blob: 8df7af70d9ab26489c950979c6c04b26c2d9d3ec [file] [log] [blame]
{
"name": "PostmatesiOS",
"version": "0.0.1",
"summary": "An iOS wrapper for the Postmates REST API",
"description": "An iOS wrapper for the Postmates REST API. Designed to help iOS developers that want to utilize the on demand services of Postmates in their mobile applications.",
"homepage": "http://github.com/yondonfu/ios-postmates",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yondon Fu": "yondon.fu@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/yondonfu/ios-postmates.git",
"tag": "0.0.1"
},
"source_files": [
"Postmates",
"Postmates/**/*.{h,m}"
],
"exclude_files": "Postmates/Exclude",
"public_header_files": "Postmates/**/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}