blob: b28141f9a8728ff6b5ea4d56fcf07a67ff8b66fa [file] [log] [blame]
{
"name": "YelpAPI",
"version": "1.0.2",
"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": "Yelp",
"source": {
"git": "https://github.com/Yelp/yelp-ios.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"private_header_files": "Classes/**/*Private.h",
"dependencies": {
"TDOAuth": [
"~> 1.1"
]
}
}