[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 8 / 2 / 3 / toastcam_loginkit / 1.0.1 / toastcam_loginkit.podspec.json
blobde1993cd212204f848023333ea355b95c3e535b6
2   "name": "toastcam_loginkit",
3   "version": "1.0.1",
4   "summary": "A short description of toastcam_loginkit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.nhnent.com/mediatechlab/toastcam_loginkit",
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_loginkit.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.6.0"
25     ],
26     "AlamofireObjectMapper": [
27       "~> 5.0.0"
28     ]
29   },
30   "frameworks": [
31     "SystemConfiguration",
32     "MobileCoreServices",
33     "AdSupport",
34     "AssetsLibrary"
35   ],
36   "subspecs": [
37     {
38       "name": "Core",
39       "source_files": "toastcam_loginkit/Classes/**/*",
40       "resources": "toastcam_loginkit/Assets/**/*",
41       "dependencies": {
42         "APNSUtil": [
43           "~> 1.1.4"
44         ],
45         "toastcam_uikit": [
46           "~> 1.0.3"
47         ]
48       }
49     },
50     {
51       "name": "AppExtension",
52       "source_files": "toastcam_loginkit/Classes/**/*",
53       "resources": "toastcam_loginkit/Assets/**/*",
54       "dependencies": {
55         "APNSUtil/AppExtension": [
56           "~> 1.1.4"
57         ],
58         "toastcam_uikit/AppExtension": [
59           "~> 1.0.3"
60         ]
61       },
62       "pod_target_xcconfig": {
63         "OTHER_SWIFT_FLAGS": "-DAPP_EXTENSIONS"
64       }
65     }
66   ]