[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 7 / 4 / 6 / AnnotationKit / 1.0.2 / AnnotationKit.podspec.json
blob9ef0af93e6e722d2b77d3a68e7162b22f9a3050b
2   "name": "AnnotationKit",
3   "version": "1.0.2",
4   "summary": "an annotation solution using objective-c",
5   "description": "AnnotationKit provides you a way for meta-programming",
6   "homepage": "https://github.com/luoqisheng/AnnotationKit",
7   "license": "MIT",
8   "authors": {
9     "luoqisheng": "540025011@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/luoqisheng/AnnotationKit.git",
17     "tag": "v1.0.2"
18   },
19   "xcconfig": {
20     "CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
21     "CLANG_CXX_LIBRARY": "compiler-default",
22     "GCC_C_LANGUAGE_STANDARD": "compiler-default"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "AnnotationKit/Core/*.{h,m}",
29         "AnnotationKit/Category/*.{h,m}"
30       ],
31       "requires_arc": true
32     },
33     {
34       "name": "Router",
35       "source_files": "AnnotationKit/Router/*.{h,m}",
36       "requires_arc": true,
37       "dependencies": {
38         "AnnotationKit/Core": [
40         ],
41         "HHRouter": [
43         ]
44       }
45     },
46     {
47       "name": "EventCenter",
48       "source_files": "AnnotationKit/EventCenter/*.{h,m}",
49       "requires_arc": true,
50       "dependencies": {
51         "AnnotationKit/Core": [
53         ]
54       }
55     }
56   ]