blob: 3af50727d6b9fcdf4fe02fe64b2a05ced4396e14 [file] [log] [blame]
{
"name": "ForecastIO",
"version": "1.3.0",
"summary": "ForecastIO is a Swift library for interfacing with the Dark Sky forecast API.",
"homepage": "https://github.com/ghodasara/ForecastIO",
"license": "MIT",
"authors": {
"Satyam Ghodasara": "sghodas@gmail.com"
},
"source": {
"git": "https://github.com/ghodasara/ForecastIO.git",
"tag": "1.3.0"
},
"social_media_url": "https://twitter.com/_Satyam_",
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ForecastIO": [
"Pod/Assets/*.png"
]
}
}