blob: a6e46d61b58f43bb4bdc642e214ff3252db6a7ba [file] [log] [blame]
{
"name": "FRCoreDataStack",
"version": "1.0.0",
"summary": "Abstraction of CoreData Stack.",
"description": "Abstraction of CoreData Stack. Give it a try!",
"homepage": "https://github.com/felipericieri/CoreDataStack.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Felipe Ricieri": "felipericieri@icloud.com"
},
"social_media_url": "http://twitter.com/felipericieri",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/felipericieri/CoreDataStack.git",
"tag": "1.0.0"
},
"source_files": "CoreDataStack/**/*.{swift}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}