From dbb7857d22924619ced6b52d874bf706006b5fd4 Mon Sep 17 00:00:00 2001 From: Gabriel Coman Date: Wed, 19 Oct 2016 07:34:01 -0400 Subject: [PATCH] [Add] SAUtils 1.4.3 --- Specs/SAUtils/1.4.3/SAUtils.podspec.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Specs/SAUtils/1.4.3/SAUtils.podspec.json 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 000000000000000..f9189ea4aa4dbea --- /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" +}