blob: 4eec5adf0fd7739237a778ae4c7f0de83d86b271 [file] [log] [blame]
{
"name": "IOSVMCoreKit",
"version": "1.2",
"summary": "Useful set of timesaving tools",
"homepage": "https://voodoo-mobile@bitbucket.org/voodoo-mobile/iosvmcorekit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Voodoo Mobile": "public@voodoo-mobile.com"
},
"source": {
"git": "https://voodoo-mobile@bitbucket.org/voodoo-mobile/iosvmcorekit.git",
"branch": "master",
"tag": "1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "iOSVM.Core/**/*.{h,m}",
"resource_bundles": {
"iOSVM.Core": [
"Pod/Assets/*.png"
]
},
"public_header_files": "iOSVM.Core/**/*.h",
"frameworks": [
"Foundation",
"AVFoundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"MBProgressHUD": [
"~> 0.8"
],
"TDBadgedCell": [
"~> 3.0"
]
}
}