blob: 6b2bea5523056743ecb5015fcb806f680441885b [file] [log] [blame]
{
"name": "CMUtils",
"platforms": {
"ios": "7.0"
},
"version": "0.1.5",
"summary": "iOS development class catgories and venders, boost development fastly.",
"homepage": "https://github.com/imjerrybao/CMUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jerry": "imjerrybao@gmail.com"
},
"source": {
"git": "https://github.com/imjerrybao/CMUtils.git",
"tag": "0.1.5"
},
"public_header_files": "CMUtils/**/*.h",
"source_files": "CMUtils/**/*.{h,m,c}",
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"MapKit",
"ImageIO"
],
"vendored_frameworks": "CMUtils/Vendor/WebP.framework"
},
"requires_arc": true,
"resources": "CMUtils/**/*.bundle",
"dependencies": {
"BlocksKit": [
"~> 2.2.5"
],
"MBProgressHUD": [
"~> 0.9.1"
],
"AFNetworking": [
"~> 2.5.2"
],
"JSONModel": [
"~> 1.0.2"
],
"FMDB": [
"~> 2.5"
],
"DACircularProgress": [
],
"JKBigInteger": [
"~> 0.0.1"
],
"PEPhotoCropEditor": [
"~> 1.3.1"
],
"Masonry": [
"~> 0.6.1"
],
"pop": [
"~> 1.0"
]
}
}