blob: 413a85468117e006c567c20a3d07051cbd301581 [file] [log] [blame]
{
"name": "YelpAPI",
"version": "1.0.0",
"summary": "Objective-C client library for accessing the Yelp Public API.",
"description": "This pod is designed to help developers using both Objective-C \nand Swift in accessing the Yelp Public API. A thorough\nreadme with usage examples can be found at https://github.com/Yelp/yelp-ios.",
"homepage": "https://github.com/Yelp/yelp-ios",
"license": "MIT",
"authors": {
"David Chen": "ywchen@yelp.com"
},
"source": {
"git": "https://github.com/Yelp/yelp-ios.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"YelpAPI": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"TDOAuth": [
"~> 1.1"
]
}
}