blob: b4cf759f05bd71411951d93e5c315efbf5056589 [file] [log] [blame]
{
"name": "FalconData",
"version": "0.3.0",
"summary": "CoreData awesome wrapper written in Swift",
"description": "SugarRecord is a persistence wrapper designed to make working with persistence solutions like CoreData in a much easier way.\nThanks to SugarRecord you'll be able to use CoreData with just a few lines of code: Just choose your stack and start playing with your data.",
"homepage": "https://github.com/gelopfalcon/FalconData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gelopfalcon@gmail.com": "gelopfalcon@gmail.com"
},
"source": {
"git": "https://github.com/gelopfalcon/FalconData.git",
"branch": "master",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FalconData/Classes/**/*",
"dependencies": {
"SugarRecord": [
],
"SugarRecord/CoreData": [
]
},
"pushed_with_swift_version": "3"
}