[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / e / cineio-ios / 0.1.2 / cineio-ios.podspec.json
blob1ab8e0768bbd9a5ec399af42b664775337291cdc
2   "name": "cineio-ios",
3   "version": "0.1.2",
4   "summary": "cine.io iOS SDK",
5   "description": "                          iOS SDK for interacting with the cine.io API.\n",
6   "homepage": "https://github.com/cine-io/cineio-ios",
7   "license": "MIT",
8   "authors": {
9     "Jeffrey Wescott": "jeffrey@cine.io"
10   },
11   "source": {
12     "git": "https://github.com/cine-io/cineio-ios.git",
13     "tag": "0.1.2"
14   },
15   "requires_arc": false,
16   "header_dir": "cineio",
17   "source_files": [
18     "cineio-ios/cineio-ios/*.h",
19     "cineio-ios/cineio-ios/*.m"
20   ],
21   "frameworks": [
22     "Foundation"
23   ],
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.2.4"
27     ]
28   },
29   "platforms": {
30     "ios": "6.0"
31   }