[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 4 / f / AuthKit / 0.1.0 / AuthKit.podspec.json
blob87ab04961b0313ec199359d9de885131f36e13ac
2   "name": "AuthKit",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "All in one solution for web service authentication.",
6   "homepage": "https://github.com/legoless/AuthKit.git",
7   "authors": {
8     "Dal Rupnik": "legoless@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/legoless/AuthKit.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "public_header_files": "AuthKit/*.h",
19   "source_files": "AuthKit/AuthKit.h",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "AuthKit/Core/*.{h,m}"
24     },
25     {
26       "name": "GitHub",
27       "source_files": "AuthKit/GitHub/*.{h,m}",
28       "dependencies": {
29         "AuthKit/Core": [
31         ],
32         "AFNetworking": [
33           "~> 2.0"
34         ],
35         "JSONModel": [
37         ]
38       }
39     }
40   ]