| { |
| "name": "RSSService", |
| "version": "0.1.3", |
| "summary": "A simple service for parsing RSS feeds.", |
| "description": "A simple service for parsing RSS feeds. Integrates with Trellis components.", |
| "homepage": "https://github.com/AttilaTheFun/RSSService", |
| "license": "MIT", |
| "authors": { |
| "Logan Shire": "logan.shire@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/AttilaTheFun/RSSService.git", |
| "tag": "0.1.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "API", |
| "dependencies": { |
| "SwiftToolKit": [ |
| "~>0.2.4" |
| ], |
| "ServiceRegistry/API": [ |
| "~>0.3.0" |
| ], |
| "PromiseKit": [ |
| "~>3.0" |
| ] |
| }, |
| "source_files": "Pod/API/*.swift" |
| }, |
| { |
| "name": "Implementation", |
| "dependencies": { |
| "RSSService/API": [ |
| |
| ], |
| "SWXMLHash": [ |
| "~> 2.0.0" |
| ] |
| }, |
| "source_files": "Pod/Implementation/*.swift" |
| }, |
| { |
| "name": "Test", |
| "dependencies": { |
| "ServiceRegistry": [ |
| "~>0.3.0" |
| ] |
| } |
| } |
| ] |
| } |