blob: bd6f2ffe079bfcf619a1fea5474c65bdce5a0b2c [file] [log] [blame]
{
"name": "CCCoreDataStore",
"version": "1.1.0",
"summary": "A simple and functional CoreData wrapper",
"homepage": "https://github.com/catshive/CCCoreDataStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Cathy Shive",
"social_media_url": "http://twitter.com/catshive",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/catshive/CCCoreDataStore.git",
"tag": "1.1.0"
},
"source_files": [
"Classes",
"Classes/CCCoreDataStore.{h,m}"
],
"frameworks": "CoreData",
"requires_arc": true
}