[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 8 / 7 / ToastCamPlayerLight / 0.1.0 / ToastCamPlayerLight.podspec.json
blob04fb64e731a4443eef1cf71170d8a69eb833d4fb
2   "name": "ToastCamPlayerLight",
3   "version": "0.1.0",
4   "summary": "ToastCamPlayerLight is the sdk for playing toastcam videos.",
5   "description": "ToastCamPlayerLight is the sdk for playing toastcam videos.",
6   "homepage": "https://github.nhnent.com/mediatechlab/toastcam_player_light_ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pisces": "pisces@nhnent.com"
13   },
14   "source": {
15     "git": "https://github.nhnent.com/mediatechlab/toastcam_player_light_ios.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ToastCamPlayerLight/Classes/**/*",
22   "resources": "ToastCamPlayerLight/Assets/**/*",
23   "dependencies": {
24     "ObjectMapper": [
25       "~> 3.4.2"
26     ],
27     "Alamofire": [
28       "~> 4.7.3"
29     ],
30     "AlamofireObjectMapper": [
31       "~> 5.1.0"
32     ]
33   },
34   "preserve_paths": "Carthage/Build/iOS/DLGPlayer.framework",
35   "vendored_frameworks": "Carthage/Build/iOS/DLGPlayer.framework",
36   "xcconfig": {
37     "OTHER_LDFLAGS": "-framework DLGPlayer"
38   },
39   "pod_target_xcconfig": {
40     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
41   }