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