blob: c0d9531c3d05492218cd9be6b6eb8487977673a5 [file] [log] [blame]
{
"name": "TIFeedParser",
"version": "1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"dependencies": {
"AEXML": [
],
"Alamofire": [
]
}
}