[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 5 / 2 / FoxAPIKit / 0.2.0 / FoxAPIKit.podspec.json
blob9d3d55a00476b09056950c2a85921af786eea2fb
2   "name": "FoxAPIKit",
3   "version": "0.2.0",
4   "summary": "A wrapper over Alamofire for handling APIs for iOS by Fox Labs.",
5   "description": "A wrapper over Alamofire for handling APIs for iOS by Fox Labs. It contains utility methods for various classes in iOS.",
6   "homepage": "https://github.com/Nickelfox/FoxAPIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ravindra Soni": "soni@nickelfox.com"
13   },
14   "source": {
15     "git": "https://github.com/Nickelfox/FoxAPIKit.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "osx": "10.10",
20     "tvos": "9.0",
21     "ios": "9.0"
22   },
23   "source_files": "Source/**/*",
24   "dependencies": {
25     "Alamofire": [
26       "~> 4.7"
27     ],
28     "SwiftyJSON": [
29       "~> 4.0"
30     ],
31     "JSONParsing": [
32       "~> 0.2.0"
33     ],
34     "AnyErrorKit": [
35       "~> 0.1.4"
36     ]
37   }