[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / a / 9 / NewsAPISwift / 0.1.5 / NewsAPISwift.podspec.json
blob0632e71057c9048064e70f8dbba644aa3e852643
2   "name": "NewsAPISwift",
3   "version": "0.1.5",
4   "summary": "NewsAPISwift is a Swift wrapper around NewsAPI.",
5   "description": "NewsAPISwift is a Swift wrapper around newsapi.org service, which provides articles from more than 70 sources.",
6   "homepage": "https://github.com/lucaslimapoa/NewsAPISwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lucas Lima": "lucaslimapoa2@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lucaslimapoa/NewsAPISwift.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NewsAPISwift/Classes/**/*",
22   "dependencies": {
23     "ObjectMapper": [
24       "~> 2.2"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"