[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / 1 / 3 / c / Eyeson / 1.0.0 / Eyeson.podspec.json
blob2a09a69e19bedadab436de75766a95bb66d172d4
2   "name": "Eyeson",
3   "version": "1.0.0",
4   "summary": "eyeson iOS SDK",
5   "homepage": "https://www.eyeson.com",
6   "license": {
7     "type": "Copyright",
8     "text": "Copyright 2021 Eyeson GmbH"
9   },
10   "authors": {
11     "Eyeson GmbH": "support@eyeson.com"
12   },
13   "platforms": {
14     "ios": "15.0"
15   },
16   "swift_versions": "5",
17   "info_plist": {
18     "CFBundleIdentifier": "com.eyeson.sdk"
19   },
20   "pod_target_xcconfig": {
21     "PRODUCT_BUNDLE_IDENTIFIER": "com.eyeson.sdk",
22     "ENABLE_BITCODE": "NO",
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "x86_64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "source": {
29     "git": "git@github.com:eyeson-team/ios-sdk.git",
30     "tag": "1.0.0"
31   },
32   "public_header_files": "Eyeson.framework/Headers/*.h",
33   "source_files": "Eyeson.framework/Headers/*.h",
34   "vendored_frameworks": "Eyeson.framework",
35   "dependencies": {
36     "Starscream": [
37       "3.1.0"
38     ],
39     "SwiftyJSON": [
41     ],
42     "GoogleWebRTC": [
44     ]
45   },
46   "swift_version": "5"