blob: fc4ece60178f6de677521a976eeb4e537e95fcec [file] [log] [blame]
{
"name": "PosterousObjC",
"version": "0.0.1",
"license": "BSD",
"summary": "ObjectiveC library for Posterous API.",
"homepage": "https://github.com/joshgrenon/PosterousObjC",
"authors": {
"Josh Grenon": "http://joshgrenon.com/"
},
"source": {
"git": "https://github.com/joshgrenon/PosterousObjC.git",
"commit": "12cf5de435"
},
"source_files": "Classes/PosterousClient/**/*.{h,m}",
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"MobileCoreServices",
"CoreGraphics"
],
"libraries": "z",
"dependencies": {
"ASIHTTPRequest": [
],
"TouchJSON": [
]
},
"requires_arc": false
}