blob: 1ab955ddc58e95aefd2765f2c93b16c18f672ce0 [file] [log] [blame]
{
"name": "VOKCoreDataManager",
"version": "1.0.1",
"platforms": {
"ios": "6.0"
},
"summary": "VOKAL's Core Data Manager",
"homepage": "https://github.com/vokalinteractive/VOKCoreDataManager",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"VOKAL Interactive": "hello@vokalinteractive.com"
},
"source": {
"git": "https://github.com/vokalinteractive/VOKCoreDataManager.git",
"tag": "1.0.1"
},
"source_files": [
"*.{h,m}",
"Optional Data Sources/*.{h,m}",
"Internal/*.{h,m}"
],
"frameworks": "CoreData",
"requires_arc": true,
"dependencies": {
"iCarousel": [
"~> 1.7"
]
}
}