blob: ab23479e65167a539cd431ae0d440f6ce7342c97 [file] [log] [blame]
{
"name": "iOSVM.Social",
"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": "social.pod",
"tag": "0.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "iOSVM.Social/**/*.{h,m}",
"resource_bundles": {
"iOSVM.Social": [
"Pod/Assets/*.png"
]
},
"public_header_files": "iOSVM.Social/**/*.h",
"dependencies": {
"iOSVM.Core": [
"~> 0.7"
]
}
}