[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / c / CKToolbox / 0.2.1 / CKToolbox.podspec.json
blob8cb7a053494eae8aa5a0d7ecf7151d6576b8b0dc
2   "name": "CKToolbox",
3   "version": "0.2.1",
4   "dependencies": {
5     "ComponentKit": [
6       "~> 0.14"
7     ]
8   },
9   "summary": "A toolbox library for ComponentKit",
10   "description": "A suite of helpers and features for working with Facebook ComponentKit",
11   "homepage": "https://github.com/itsthejb/CKToolbox",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Jonathan Crooke": "jon.crooke@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/itsthejb/CKToolbox.git",
21     "tag": "v0.2.1"
22   },
23   "platforms": {
24     "ios": "7.0"
25   },
26   "frameworks": "UIKit",
27   "libraries": "c++",
28   "xcconfig": {
29     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
30     "CLANG_CXX_LIBRARY": "libc++"
31   },
32   "default_subspecs": [
33     "Core",
34     "ChangesetBuilder",
35     "TableViewDataSource"
36   ],
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": "Modules/Core/*.{h,m,mm}"
41     },
42     {
43       "name": "ChangesetBuilder",
44       "source_files": "Modules/ChangesetBuilder/*.{h,m,mm}",
45       "dependencies": {
46         "CKToolbox/Core": [
48         ]
49       }
50     },
51     {
52       "name": "TableViewDataSource",
53       "source_files": "Modules/TableViewDataSource/*.{h,m,mm}",
54       "dependencies": {
55         "CKToolbox/Core": [
57         ]
58       }
59     }
60   ]