blob: 1066ab81ae6d4ea3ad55a5e38a892059135af354 [file] [log] [blame]
{
"name": "SwiftyIO",
"version": "1.2.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/ravero/SwiftyIO",
"license": "MIT",
"authors": {
"Rafael Veronezi": "rafael@ravero.net"
},
"source": {
"git": "https://github.com/ravero/SwiftyIO.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "CoreDataContext/**/*.swift",
"osx": {
"exclude_files": "CoreDataContext/iOS"
}
}