[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 8 / 7 / NewsParser / 0.1.0 / NewsParser.podspec.json
blob2b13acb2bcb799dd4b7ab3b0a2d0f9bc5432a7e5
2   "name": "NewsParser",
3   "version": "0.1.0",
4   "summary": "News parser for https://newsapi.org",
5   "description": "Now we can parse some news) Especially from https://newsapi.org. Well, only from there",
6   "homepage": "https://github.com/DeniZDobynda/NewsParser",
7   "license": "GPL",
8   "authors": {
9     "Denis Dobynda": "denisdarm@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/DeniZDobynda/NewsParser.git",
16     "tag": "0.1.0"
17   },
18   "source_files": [
19     "myPod",
20     "myPod/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "API": [
27     ]
28   }