blob: 985c5b632feef81bf170421db675b8226a0e77dc [file] [log] [blame]
{
"name": "Dalton",
"version": "0.0.1",
"summary": "A simple RSS & Atom feed parser",
"homepage": "https://github.com/dcaunt/Dalton",
"license": "MIT",
"authors": {
"David Caunt": "dcaunt@gmail.com"
},
"source": {
"git": "https://github.com/dcaunt/Dalton.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/dcaunt",
"source_files": "Dalton",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"Ono": [
"~> 1.0.0"
]
}
}