blob: 3c9676be1c5e299a035a955551e319e8ecd24478 [file] [log] [blame]
{
"name": "CloudSight",
"version": "1.0.4",
"summary": "CloudSight image recognition API interface in Objective-C",
"description": "CloudSight is a simple web API for image recognition. This library is\nan implementation in Objective-C for developing applications that leverage\nthe CloudSight image recognition API, and is derived from the CamFind iOS app.",
"homepage": "http://cloudsightapi.com",
"license": {
"type": "MIT"
},
"authors": {
"Bradford Folkens": "brad@cloudsightapi.com"
},
"social_media_url": "http://twitter.com/CloudSightAPI",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/cloudsight/cloudsight-objc.git",
"tag": "1.0.4"
},
"requires_arc": true,
"source_files": "CloudSight/*.{h,m}",
"dependencies": {
"BFOAuth": [
"~> 1.0"
],
"RequestUtils": [
"~> 1.1"
]
},
"frameworks": [
"CoreLocation",
"CoreGraphics"
]
}