blob: 8df91a584e9d37c6a21c2df1bad596ac1c1d203a [file] [log] [blame]
{
"name": "CXFeedParser",
"version": "0.2.0",
"license": "MIT",
"summary": "An Objective-C RSS / Atom Feed Parser for iOS.",
"homepage": "https://github.com/vgrichina/CXFeedParser",
"authors": {
"Michael Waterfall": "mw@d3i.com",
"Vladimir Grichina": "vgrichina@componentix.com"
},
"source": {
"git": "https://github.com/vgrichina/CXFeedParser.git",
"tag": "0.2.0"
},
"requires_arc": false,
"platforms": {
"ios": null
},
"frameworks": "Foundation",
"subspecs": [
{
"name": "Feed",
"source_files": "Classes/*.{h,m}",
"dependencies": {
"CTidy": [
"~> 0.3.1"
]
}
}
]
}