diff --git a/Specs/SAUtils/1.4.3/SAUtils.podspec.json b/Specs/SAUtils/1.4.3/SAUtils.podspec.json new file mode 100644 index 00000000000000..f9189ea4aa4dbe --- /dev/null +++ b/Specs/SAUtils/1.4.3/SAUtils.podspec.json @@ -0,0 +1,24 @@ +{ + "name": "SAUtils", + "version": "1.4.3", + "summary": "General collection of SuperAwesome Utility functions for iOS", + "description": "SAUtils is a library containing network and utility functions needed by the SDK.", + "homepage": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-utils", + "license": { + "type": "GNU GENERAL PUBLIC LICENSE Version 3", + "file": "LICENSE" + }, + "authors": { + "Gabriel Coman": "gabriel.coman@superawesome.tv" + }, + "source": { + "git": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-utils.git", + "tag": "1.4.3" + }, + "platforms": { + "ios": "7.0" + }, + "requires_arc": true, + "source_files": "Pod/Classes/**/*", + "frameworks": "SystemConfiguration" +}