blob: f866f0a7cf845b5e6c74f2747795f563810de1a1 [file] [log] [blame]
{
"name": "AwesomeData",
"version": "0.5.7",
"summary": "Handling Coredata has been made easy.",
"description": "Fetch data from URLs, parse JSON and save to Coredata easily.",
"homepage": "https://github.com/iOSWizards/AwesomeData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evandro Harrison Hoffmann, Leonardo Kaminski Ferreira": "evandro@itsdayoff.com, leonardo@mindvalley.com"
},
"source": {
"git": "https://github.com/iOSWizards/AwesomeData.git",
"tag": "0.5.7"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"ios": {
"source_files": "AwesomeData/Classes/**/*.{swift}"
},
"watchos": {
"source_files": [
"AwesomeData/Classes/AwesomeData.swift",
"AwesomeData/Classes/Cache/*.swift",
"AwesomeData/Classes/CoreData/*.swift",
"AwesomeData/Classes/Fetcher/*.swift",
"AwesomeData/Classes/Parser/*.swift"
]
},
"tvos": {
"source_files": "AwesomeData/Classes/**/*.{swift}"
},
"pushed_with_swift_version": "4.0"
}