[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 3 / 6 / JSONFeedParser / 1.0.0 / JSONFeedParser.podspec.json
blob4036c89892bb7267436d7971b58c8e3d712ba4fa
2   "name": "JSONFeedParser",
3   "version": "1.0.0",
4   "summary": "A dead simple JSONFeed parser in Objective-C.",
5   "description": "A JSONFeed parser with only one method you need to worry about. Easy peezy.",
6   "homepage": "https://github.com/DreamingInBinary/JSONFeed",
7   "license": "MIT",
8   "authors": {
9     "Jordan Morgan": "jordan@dreaminginbinary.co"
10   },
11   "social_media_url": "http://twitter.com/JordanMorgan10",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/DreamingInBinary/JSONFeed.git",
17     "tag": "v1.0"
18   },
19   "source_files": [
20     "Classes",
21     "JSONFeedParser/JSONFeed/**/*.{h,m}"
22   ]