[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 5 / 2 / FoxAPIKit / 0.1.4 / FoxAPIKit.podspec.json
blob4e5c6aa1db64c4d05add8e8163ac1b797a05935d
2   "name": "FoxAPIKit",
3   "version": "0.1.4",
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.1.4"
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.4"
27     ],
28     "SwiftyJSON": [
29       "~> 3.1"
30     ],
31     "JSONParsing": [
32       "~> 0.1.3"
33     ],
34     "AnyErrorKit": [
35       "~> 0.1.1"
36     ]
37   },
38   "pushed_with_swift_version": "4.0"