[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 4 / 6 / NBClient / 0.2.0 / NBClient.podspec.json
blob57e6f5cbc9fdf15bd8d125ba867b3765a669514b
2   "name": "NBClient",
3   "version": "0.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": "0.2.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "Core",
21       "frameworks": "Security",
22       "source_files": "NBClient/NBClient/*.{h,m}",
23       "exclude_files": "NBClient/UI",
24       "private_header_files": "NBClient/NBClient/*_Internal.h"
25     },
26     {
27       "name": "UI",
28       "dependencies": {
29         "NBClient/Core": [
31         ],
32         "NBClient/Locale": [
34         ]
35       },
36       "frameworks": "UIKit",
37       "source_files": "NBClient/NBClient/UI/*.{h,m}",
38       "private_header_files": "NBClient/NBClient/UI/*_Internal.h",
39       "resources": [
40         "NBClient/NBClient/UI/*.xib",
41         "NBClient/NBClient/UI/NBClient_UI.xcassets",
42         "NBClient/NBClient/UI/pe-icon-7-stroke.ttf"
43       ]
44     },
45     {
46       "name": "Locale",
47       "default_subspecs": "en",
48       "subspecs": [
49         {
50           "name": "All",
51           "preserve_paths": "NBClient/NBClient/*.lproj",
52           "resources": "NBClient/NBClient/*.lproj"
53         },
54         {
55           "name": "en",
56           "preserve_paths": "NBClient/NBClient/en.lproj",
57           "resources": "NBClient/NBClient/en.lproj"
58         }
59       ]
60     }
61   ]