blob: a2e16b1486d5ff4bc7067509722be44dff154ff7 [file] [log] [blame]
{
"name": "SwiftyIO",
"version": "1.3.0",
"summary": "A Framework to allow fast integration of Core Data into your iOS and OSX and easily operate on your entity objects",
"homepage": "https://github.com/catteno/SwiftyIO",
"license": "MIT",
"authors": {
"Rafael Veronezi": "rafael@catteno.com"
},
"source": {
"git": "https://github.com/catteno/SwiftyIO.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "SwiftyIO/**/*.swift",
"osx": {
"exclude_files": "SwiftyIO/iOS"
}
}