blob: bad4eef6a6cba7414b2ea194d581abf47406134a [file] [log] [blame]
{
"name": "IOSVMCoreKit",
"version": "1.33",
"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.33"
},
"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": [
"~> 2.3"
],
"MBProgressHUD": [
"~> 0.8"
],
"MPIMotionKit": [
"~> 0.1"
]
}
}