[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / e / cineio-ios / 0.1.7 / cineio-ios.podspec.json
blob059d9e181a0007a6d4274517d8ce68e4325c4e50
2   "name": "cineio-ios",
3   "version": "0.1.7",
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.7"
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     "cineio-ios/cineio-ios/*.c*"
21   ],
22   "frameworks": [
23     "Foundation",
24     "QuartzCore",
25     "CoreGraphics",
26     "UIKit"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "~> 2.2.4"
31     ],
32     "VideoCore": [
33       "~> 0.1.6"
34     ]
35   },
36   "xcconfig": {
37     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/boost"
38   },
39   "platforms": {
40     "ios": "6.0"
41   }