[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / e / 4 / SLLRSSParser / 0.2.0 / SLLRSSParser.podspec.json
blob06421117c3bcf38802011b016ca9f6e453530c77
2   "name": "SLLRSSParser",
3   "version": "0.2.0",
4   "summary": "Simple Objective-C RSS parser",
5   "description": "SLLRSSParser is a simple RSS parser for Objective-C. You pass in the URL and the return block give you an array of items.",
6   "homepage": "https://github.com/sebleclerc/SLLRSSParser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "SĂ©bastien Leclerc LavallĂ©e",
12   "social_media_url": "http://twitter.com/dotsebleclerc",
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/sebleclerc/SLLRSSParser.git",
18     "tag": "v0.2.0"
19   },
20   "source_files": "Source/**/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "TBXML": [
25     ]
26   }