blob: e5c58759ed88dded6898b918df3f46ce1adfab38 [file] [log] [blame]
{
"name": "LHSDelicious",
"summary": "An easy-to-use API wrapper for the Delicious API.",
"version": "0.1.0",
"homepage": "http://lionheartsw.com",
"license": "Apache 2.0",
"authors": {
"Dan Loewenherz": "dan@lionheartsw.com",
"Andy Muldowney": "andy@lionheartsw.com"
},
"source": {
"git": "https://github.com/lionheart/LHSDelicious.git",
"tag": "0.1.0"
},
"source_files": "LHSDelicious/*.{h,m}",
"requires_arc": true,
"dependencies": {
"XMLDictionary": [
"~> 1.3"
],
"AFNetworking": [
"~> 2.2.0"
]
},
"platforms": {
"ios": "7.0"
}
}