blob: 9d1318a140c889b9ee962f0b91bb98093846839b [file] [log] [blame]
{
"name": "CloudSight",
"version": "1.0",
"summary": "CloudSight image recognition API interface in Objective-C",
"description": " CloudSight is a simple web API for image recognition. This library is\n an implementation in Objective-C for developing applications that leverage\n the CloudSight image recognition API, and is derived from the CamFind iOS app.\n",
"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"
},
"requires_arc": true,
"source_files": "CloudSight/*.{h,m}",
"dependencies": {
"BFOAuth": [
"~> 1.0"
],
"RequestUtils": [
"~> 1.1"
]
},
"frameworks": [
"CoreLocation",
"CoreGraphics"
]
}