blob: 616e798310d3be0d6b623ef9998531b65699c62a [file] [log] [blame]
{
"name": "RSSService",
"version": "0.1.1",
"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.1"
},
"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"
]
}
}
]
}