[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 4 / f / AuthKit / 0.4.0 / AuthKit.podspec.json
blobd40ebcedc934f409d346881625bf5bbc1d554fb1
2   "name": "AuthKit",
3   "version": "0.4.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.4.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       "dependencies": {
25         "AFNetworking": [
26           "~> 2.0"
27         ],
28         "JSONModel": [
30         ]
31       }
32     },
33     {
34       "name": "GitHub",
35       "source_files": "AuthKit/GitHub/*.{h,m}",
36       "dependencies": {
37         "AuthKit/Core": [
39         ]
40       }
41     },
42     {
43       "name": "Crashlytics",
44       "source_files": "AuthKit/Crashlytics/*.{h,m}",
45       "dependencies": {
46         "AuthKit/Core": [
48         ]
49       }
50     }
51   ]