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