[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / a / 1 / CloudSight / 1.0.4 / CloudSight.podspec.json
blob3c9676be1c5e299a035a955551e319e8ecd24478
2   "name": "CloudSight",
3   "version": "1.0.4",
4   "summary": "CloudSight image recognition API interface in Objective-C",
5   "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.",
6   "homepage": "http://cloudsightapi.com",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Bradford Folkens": "brad@cloudsightapi.com"
12   },
13   "social_media_url": "http://twitter.com/CloudSightAPI",
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/cloudsight/cloudsight-objc.git",
20     "tag": "1.0.4"
21   },
22   "requires_arc": true,
23   "source_files": "CloudSight/*.{h,m}",
24   "dependencies": {
25     "BFOAuth": [
26       "~> 1.0"
27     ],
28     "RequestUtils": [
29       "~> 1.1"
30     ]
31   },
32   "frameworks": [
33     "CoreLocation",
34     "CoreGraphics"
35   ]