[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 5 / iOSBootstrap / 1.4.0 / iOSBootstrap.podspec.json
blobf47f228ec72f59e5b571c43e9969646a8e82c89c
2   "name": "iOSBootstrap",
3   "version": "1.4.0",
4   "summary": "utility, security, delegate wrapper, protobuf support, realm support.",
5   "description": "utility, security, delegate wrapper, protobuf support, realm support etc.",
6   "homepage": "https://github.com/yamingd/iOSBootstrap",
7   "license": "MIT",
8   "authors": {
9     "Yaming": "yamingd@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/yamingd/iOSBootstrap.git",
13     "tag": "1.4.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "exclude_files": [
21     "Pod/Classes/**/*.proto",
22     "Pod/Classes/**/*.sh"
23   ],
24   "resource_bundles": {
25     "iOSBootstrap": [
26       "Pod/Assets/*.png"
27     ]
28   },
29   "public_header_files": "Pod/Classes/**/*.h",
30   "dependencies": {
31     "AFNetworking": [
32       "~> 2.3"
33     ],
34     "AFNetworkActivityLogger": [
35       "~> 2.0"
36     ],
37     "SDWebImage": [
39     ],
40     "SSKeychain": [
42     ],
43     "TMCache": [
45     ],
46     "UIColor+BFPaperColors": [
48     ],
49     "ProtocolBuffers": [
50       "~> 1.9"
51     ],
52     "CocoaAsyncSocket": [
54     ],
55     "HTKDynamicResizingCell": [
57     ],
58     "UIImage+ImageCompress": [
60     ],
61     "ArrayUtils": [
63     ],
64     "QBImagePickerController": [
66     ],
67     "DateTools": [
68       "~> 1.7"
69     ],
70     "FMDB/SQLCipher": [
72     ]
73   }