blob: f6315a780eba5d44ebcd4180d1b374e76ca82c7f [file] [log] [blame]
{
"name": "YelpAPI",
"version": "1.0.3",
"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.3"
},
"platforms": {
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"private_header_files": "Classes/**/*Private.h",
"dependencies": {
"TDOAuth": [
"~> 1.1"
]
}
}