[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 0 / 6 / Nap / 0.1.0 / Nap.podspec.json
blobbe4b076706adafab2344818634ac5ff28c1698a7
2   "name": "Nap",
3   "version": "0.1.0",
4   "summary": "The easiest REST Networking Framework base on AFNetworking.",
5   "homepage": "https://github.com/remaerd/Nap",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Sean Cheng": "sean@extremelylimited.com"
11   },
12   "source": {
13     "git": "https://github.com/remaerd/nap.git",
14     "tag": "0.1.0"
15   },
16   "requires_arc": true,
17   "frameworks": "Accounts",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Nap/**/*.{h,m}",
25       "exclude_files": "Nap/Authenticators",
26       "dependencies": {
27         "AFNetworking": [
29         ]
30       }
31     },
32     {
33       "name": "OAuth1",
34       "source_files": "Nap/Authenticators/OAuth1/",
35       "dependencies": {
36         "Nap/Core": [
38         ]
39       }
40     },
41     {
42       "name": "OAuth2",
43       "source_files": "Nap/Authenticators/OAuth2/",
44       "dependencies": {
45         "Nap/Core": [
47         ]
48       }
49     },
50     {
51       "name": "XAuth",
52       "source_files": "Nap/Authenticators/XAuth/",
53       "dependencies": {
54         "Nap/Core": [
56         ]
57       }
58     },
59     {
60       "name": "Apple",
61       "source_files": "Nap/Authenticators/Apple/",
62       "dependencies": {
63         "Nap/Core": [
65         ]
66       }
67     }
68   ]