blob: 0f7db2fdd7bd3711ceba97bf542117e11ab51757 [file] [log] [blame]
{
"name": "iOSVM.Core",
"version": "0.7.1",
"summary": "Useful set of timesaving tools",
"homepage": "https://mihail_kirillov@bitbucket.org/mihail_kirillov/iosvm.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mihail Kirillov": "mihail_kirillov@voodoo-mobile.com"
},
"source": {
"git": "https://mihail_kirillov@bitbucket.org/mihail_kirillov/iosvm.git",
"commit": "931eb35",
"branch": "core.pod",
"tag": "0.7.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "iOSVM.Core/**/*.{h,m}",
"resource_bundles": {
"iOSVM.Core": [
"Pod/Assets/*.png"
]
},
"public_header_files": "iOSVM.Core/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"MBProgressHUD": [
"~> 0.8"
],
"TDBadgedCell": [
"~> 3.0"
]
}
}