Latest | 1.0.0 |
---|---|
Homepage | http://jonathanfield.me/objective-c-openweathermap-api-wrapper/ |
License | MIT |
Platforms | ios 6.0, requires ARC |
Dependencies | AFNetworking, APTimeZones |
Frameworks | CoreLocation |
Authors |
Latest podspec
{ "name": "JFOpenWeatherMapManager", "version": "1.0.0", "summary": "Easy to use Objective-C Wrapper to retrieve weather from the OpenWeatherMapApi.", "description": " JFOpenWeatherMapManager for iOS provides a quick and easy, drop in component to consume and manipulate the Open Weather Map API directly as Objective-C objects, no casting required. Weather data can be retrieved in a couple of lines of code with the help of a Block.n", "homepage": "http://jonathanfield.me/objective-c-openweathermap-api-wrapper/", "license": { "type": "MIT", "file": "LICENSE.md" }, "authors": { "Jonathan Field": "[email protected]" }, "social_media_url": "http://twitter.com/jfield44", "platforms": { "ios": "6.0" }, "source": { "git": "https://github.com/jfield44/JFOpenWeatherMapManagerCocoaPods.git", "tag": "1.0.0" }, "source_files": "*.{h,m}", "exclude_files": "Classes/Exclude", "dependencies": { "AFNetworking": [], "APTimeZones": [] }, "requires_arc": true, "frameworks": "CoreLocation" }
Fri, 04 Mar 2016 11:49:03 +0000