blob: 31b774162f95c49adf6e5820360ab44b5febe3bd [file] [log] [blame]
{
"name": "JSONCoreDataImport",
"version": "1.0",
"summary": "Simply import your data",
"homepage": "https://github.com/hours-alone/JSONCoreDataImport",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joey Barbier": "joey.barbier@icloud.com"
},
"source": {
"git": "https://github.com/hours-alone/JSONCoreDataImport.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JSONCoreDataImport/Source/*.swift",
"frameworks": "CoreData",
"dependencies": {
"SwiftyJSON": [
"~> 3.1"
],
"Alamofire": [
"~> 4.4.0"
]
},
"pushed_with_swift_version": "3.0"
}