[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 8 / 9 / IRBaseKit / 1.6.1 / IRBaseKit.podspec.json
blob5e975db54ade93eb1e27f816ccc50c83c25af3a0
2   "name": "IRBaseKit",
3   "authors": {
4     "Vian": "pantie05@gmail.com"
5   },
6   "homepage": "https://coding.net/u/VianPan",
7   "summary": "骑记基础类库",
8   "version": "1.6.1",
9   "platforms": {
10     "ios": "8.2"
11   },
12   "source": {
13     "git": "https://git.coding.net/VianPan/IRBaseKit.git",
14     "tag": "1.6.1"
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   "prepare_command": "pwd && cd ../../.. && find . -name 'FMDatabase.m' -print0 | xargs -0 perl -pi -e 's,#import <sqlite3.h>,#import <SQLCipher/sqlite3.h>,'",
23   "subspecs": [
24     {
25       "name": "Base",
26       "source_files": "IRBaseKit/Base/*.{h,m}",
27       "public_header_files": "IRBaseKit/Base/*.h",
28       "frameworks": "UIKit"
29     },
30     {
31       "name": "Utils",
32       "source_files": "IRBaseKit/Utils/*.{h,m}",
33       "public_header_files": "IRBaseKit/Utils/*.h",
34       "dependencies": {
35         "FMDB/SQLCipher": [
37         ],
38         "IRBaseKit/Base": [
40         ]
41       }
42     },
43     {
44       "name": "Category",
45       "source_files": "IRBaseKit/Category/*.{h,m}",
46       "public_header_files": "IRBaseKit/Category/*.h",
47       "libraries": "z"
48     },
49     {
50       "name": "Controller",
51       "source_files": "IRBaseKit/Controller/*.{h,m}",
52       "public_header_files": "IRBaseKit/Controller/*.h",
53       "dependencies": {
54         "IRBaseKit/Base": [
56         ],
57         "IRBaseKit/Utils": [
59         ]
60       }
61     }
62   ]