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