blob: f1c734835c61615863154b98f37b696c2f051331 [file] [log] [blame]
{
"name": "FourMarks",
"version": "0.9",
"summary": "Objective-C client library for Delicious.com",
"homepage": "https://github.com/rayascott/FourMarks",
"license": "MIT",
"authors": {
"Ray Scott": "ray@alienhitcher.com"
},
"source": {
"git": "https://github.com/rayascott/FourMarks.git",
"tag": "0.9"
},
"source_files": "FourMarks/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"AHDispatch": [
"~> 0.9"
],
"TBXML": [
"~> 1.5"
],
"ISO8601DateFormatter": [
"~> 0.6"
]
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
}
}