[Add] BoreyAdSDK 0.0.6
[CocoaPods.git] / Specs / 2 / d / 9 / AGSCore / 0.4.0 / AGSCore.podspec.json
blob30edef4e295d6dc57f04c97a4f2f3c6598f02576
2   "name": "AGSCore",
3   "version": "0.4.0",
4   "summary": "AeroGear Services Core SDK for iOS.",
5   "description": "The AeroGear Core SDK for iOS provides a library to interact OpenShift based mobile services.",
6   "homepage": "http://aerogear.org",
7   "license": "Apache License, Version 2.0",
8   "authors": "AeroGear",
9   "platforms": {
10     "ios": "9.0"
11   },
12   "source": {
13     "git": "https://github.com/aerogear/aerogear-ios-sdk.git",
14     "tag": "0.4.0"
15   },
16   "source_files": "modules/core/**/*.swift",
17   "frameworks": [
18     "UIKit",
19     "Foundation",
20     "SystemConfiguration"
21   ],
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.0"
25     ],
26     "XCGLogger": [
27       "~> 6.0"
28     ]
29   },
30   "requires_arc": true