blob: f47f228ec72f59e5b571c43e9969646a8e82c89c [file] [log] [blame]
{
"name": "iOSBootstrap",
"version": "1.4.0",
"summary": "utility, security, delegate wrapper, protobuf support, realm support.",
"description": "utility, security, delegate wrapper, protobuf support, realm support etc.",
"homepage": "https://github.com/yamingd/iOSBootstrap",
"license": "MIT",
"authors": {
"Yaming": "yamingd@qq.com"
},
"source": {
"git": "https://github.com/yamingd/iOSBootstrap.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"exclude_files": [
"Pod/Classes/**/*.proto",
"Pod/Classes/**/*.sh"
],
"resource_bundles": {
"iOSBootstrap": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"AFNetworkActivityLogger": [
"~> 2.0"
],
"SDWebImage": [
],
"SSKeychain": [
],
"TMCache": [
],
"UIColor+BFPaperColors": [
],
"ProtocolBuffers": [
"~> 1.9"
],
"CocoaAsyncSocket": [
],
"HTKDynamicResizingCell": [
],
"UIImage+ImageCompress": [
],
"ArrayUtils": [
],
"QBImagePickerController": [
],
"DateTools": [
"~> 1.7"
],
"FMDB/SQLCipher": [
]
}
}