[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / e / cineio-ios / 0.4.5 / cineio-ios.podspec.json
blob7e948c31db9cfcec8ec883ea997f9fa2d8e47a43
2   "name": "cineio-ios",
3   "version": "0.4.5",
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.4.5"
14   },
15   "requires_arc": true,
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     "UIKit",
25     "QuartzCore",
26     "CoreGraphics",
27     "CoreAudio",
28     "CoreMedia",
29     "AudioToolbox",
30     "AVFoundation",
31     "MediaPlayer"
32   ],
33   "dependencies": {
34     "AFNetworking": [
35       "~> 2.2.4"
36     ],
37     "VideoCore": [
38       "~> 0.1.10"
39     ]
40   },
41   "xcconfig": {
42     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/boost"
43   },
44   "platforms": {
45     "ios": "6.0"
46   }