blob: 52572f0cda469dab9fd0e8363e7f44934aea0d20 [file] [log] [blame]
{
"name": "TIFeedParser",
"version": "1.3",
"license": "MIT",
"summary": "TIFeedParser is an parser for RSS, built on Alamofire and AEXML.",
"homepage": "https://github.com/tichise/TIFeedParser",
"social_media_url": "http://twitter.com/tichise",
"authors": "Takuya Ichise",
"source": {
"git": "https://github.com/tichise/TIFeedParser.git",
"tag": "1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"dependencies": {
"AEXML": [
],
"Alamofire": [
]
}
}