[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 7 / 4 / 6 / AnnotationKit / 1.0.1 / AnnotationKit.podspec.json
blobf04fb155b67e5275c64725f5ffddfd33f14e5909
2   "name": "AnnotationKit",
3   "version": "1.0.1",
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.1"
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": [
36         "AnnotationKit/Router/*.{h,m}",
37         "AnnotationKit/Router/**/*.{h,m}"
38       ],
39       "requires_arc": true,
40       "dependencies": {
41         "AnnotationKit/Core": [
43         ],
44         "HHRouter": [
46         ]
47       }
48     },
49     {
50       "name": "EventCenter",
51       "source_files": "AnnotationKit/EventCenter/*.{h,m}",
52       "requires_arc": true,
53       "dependencies": {
54         "AnnotationKit/Core": [
56         ]
57       }
58     }
59   ]