blob: 96ca3d58d495bfb7058a9527beb8a68758c86592 [file] [log] [blame]
{
"name": "Feeder",
"version": "0.1.0",
"summary": "A simple Atom, RSS, RDF finder and parser",
"description": "The swift library to search feeds from url or get summary from feed.",
"homepage": "https://github.com/tnantoka/Feeder",
"license": "MIT",
"authors": {
"tnantoka": "tnantoka@bornneet.com"
},
"source": {
"git": "https://github.com/tnantoka/Feeder.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/tnantoka",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Feeder": [
"Pod/Assets/*.png"
]
}
}