[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / 4 / 8 / 9 / IRBaseKit / 1.6.0 / IRBaseKit.podspec.json
blobac1e9f9b7b335da5822a8e893de864563036093a
2   "name": "IRBaseKit",
3   "authors": {
4     "Vian": "pantie05@gmail.com"
5   },
6   "homepage": "https://coding.net/u/VianPan",
7   "summary": "骑记基础类库",
8   "version": "1.6.0",
9   "platforms": {
10     "ios": "8.2"
11   },
12   "source": {
13     "git": "https://git.coding.net/VianPan/IRBaseKit.git",
14     "tag": "1.6.0"
15   },
16   "source_files": "IRBaseKit/IRBaseKit.h",
17   "public_header_files": "IRBaseKit/IRBaseKit.h",
18   "license": "MIT",
19   "pod_target_xcconfig": {
20     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
21   },
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "IRBaseKit/Base/*.{h,m}",
26       "public_header_files": "IRBaseKit/Base/*.h",
27       "frameworks": "UIKit"
28     },
29     {
30       "name": "Utils",
31       "source_files": "IRBaseKit/Utils/*.{h,m}",
32       "public_header_files": "IRBaseKit/Utils/*.h",
33       "dependencies": {
34         "FMDB/SQLCipher": [
36         ],
37         "IRBaseKit/Base": [
39         ]
40       }
41     },
42     {
43       "name": "Category",
44       "source_files": "IRBaseKit/Category/*.{h,m}",
45       "public_header_files": "IRBaseKit/Category/*.h",
46       "libraries": "z"
47     },
48     {
49       "name": "Controller",
50       "source_files": "IRBaseKit/Controller/*.{h,m}",
51       "public_header_files": "IRBaseKit/Controller/*.h",
52       "dependencies": {
53         "IRBaseKit/Base": [
55         ],
56         "IRBaseKit/Utils": [
58         ]
59       }
60     }
61   ]