[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 4 / 6 / NBClient / 1.0.1 / NBClient.podspec.json
blob6223b1c778c978fede2f54ee66b8a3460358ded0
2   "name": "NBClient",
3   "version": "1.0.1",
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.0.1"
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": "UIKit",
39       "source_files": "NBClient/NBClient/UI/*.{h,m}",
40       "private_header_files": "NBClient/NBClient/UI/*_Internal.h",
41       "resources": [
42         "NBClient/NBClient/UI/*.xib",
43         "NBClient/NBClient/UI/NBClient_UI.xcassets",
44         "NBClient/NBClient/UI/pe-icon-7-stroke.ttf"
45       ]
46     },
47     {
48       "name": "Locale",
49       "default_subspecs": "en",
50       "subspecs": [
51         {
52           "name": "All",
53           "preserve_paths": "NBClient/NBClient/*.lproj",
54           "resources": "NBClient/NBClient/*.lproj"
55         },
56         {
57           "name": "en",
58           "preserve_paths": "NBClient/NBClient/en.lproj",
59           "resources": "NBClient/NBClient/en.lproj"
60         }
61       ]
62     }
63   ]