[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 4 / 6 / NBClient / 1.3.0 / NBClient.podspec.json
blob73e4a9201006183e15a55255da520ce4c8a5e82d
2   "name": "NBClient",
3   "version": "1.3.0",
4   "license": "MIT",
5   "summary": "An iOS client to the NationBuilder API.",
6   "homepage": "https://github.com/nationbuilder/nationbuilder-ios",
7   "authors": {
8     "Peng Wang": "peng@pengxwang.com"
9   },
10   "source": {
11     "git": "https://github.com/nationbuilder/nationbuilder-ios.git",
12     "tag": "1.3.0"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": [
19     "Core",
20     "UI",
21     "Locale/en"
22   ],
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "NBClient/Locale": [
29         ]
30       },
31       "frameworks": [
32         "Security",
33         "UIKit"
34       ],
35       "source_files": "NBClient/NBClient/*.{h,m}",
36       "exclude_files": "NBClient/UI",
37       "private_header_files": "NBClient/NBClient/*_Internal.h"
38     },
39     {
40       "name": "UI",
41       "dependencies": {
42         "NBClient/Core": [
44         ]
45       },
46       "frameworks": [
47         "UIKit",
48         "CoreText"
49       ],
50       "source_files": "NBClient/NBClient/UI/*.{h,m}",
51       "resources": [
52         "NBClient/NBClient/UI/*.xib",
53         "NBClient/NBClient/UI/NBClient_UI.xcassets",
54         "NBClient/NBClient/UI/pe-icon-7-stroke.ttf"
55       ]
56     },
57     {
58       "name": "Locale",
59       "subspecs": [
60         {
61           "name": "All",
62           "preserve_paths": "NBClient/NBClient/*.lproj",
63           "resources": "NBClient/NBClient/*.lproj"
64         },
65         {
66           "name": "en",
67           "preserve_paths": "NBClient/NBClient/en.lproj",
68           "resources": "NBClient/NBClient/en.lproj"
69         }
70       ]
71     }
72   ]