blob: fdcd95b3235d36864ec4aa7ded5cd035a69ab77c [file] [log] [blame]
{
"name": "TBCoreDataCollectionViewController",
"version": "0.0.1",
"summary": "A CoreData backed CollectionViewController subclass",
"homepage": "https://github.com/tasboa/TBCoreDataCollectionViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tasboa": "github@tasboa.com",
"Vasco d'Orey": "vasco.orey@gmail.com"
},
"social_media_url": "http://twitter.com/tasboa_software",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/tasboa/TBCoreDataCollectionViewController.git",
"tag": "0.0.1"
},
"source_files": "TBCoreDataCollectionViewController/TBCoreDataCollectionViewController.{h,m}",
"exclude_files": "TBCoreDataCollectionViewController/Exclude",
"frameworks": "CoreData",
"requires_arc": true
}