blob: 9ee2ddd37633f2bdae006e4867ae7e84e7e6759c [file] [log] [blame]
{
"name": "ForecastIO",
"version": "1.1",
"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.1"
},
"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"
]
}
}