blob: e4ed44608a3bc4d77a89796a8a8e880d844c963b [file] [log] [blame]
{
"name": "iOSVM.Core",
"version": "0.6",
"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",
"branch": "core.pod",
"tag": "0.6"
},
"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/VMCore.h",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"MBProgressHUD": [
"~> 0.8"
],
"TDBadgedCell": [
"~> 3.0"
]
}
}