[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 7 / MorphiiSDK / 0.0.60 / MorphiiSDK.podspec.json
blob7255823e4d079ac9f4f1a203d35517bbc18d7845
2   "name": "MorphiiSDK",
3   "version": "0.0.60",
4   "summary": "A SDK that allows developers to embed Morphii technology into their native apps.",
5   "description": "The MorphiiSDK is a library that allows developers to embed the Morphii technology into their native apps. Morphii can be used to guage peoples reactions and emotions.",
6   "homepage": "http://morphii.com/",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Morphii Development": "dev@morphii.com"
13   },
14   "social_media_url": "https://twitter.com/morphiico",
15   "platforms": {
16     "ios": "10.2"
17   },
18   "source": {
19     "git": "https://github.com/Vizbii/morphii-sdk-ios.git",
20     "tag": "0.0.60"
21   },
22   "source_files": [
23     "MorphiiSDK",
24     "MorphiiSDK.framework/**/*.{h,m,swift}"
25   ],
26   "ios": {
27     "vendored_frameworks": "MorphiiSDK.framework"
28   },
29   "public_header_files": "MorphiiSDK.framework/Headers/*.h",
30   "xcconfig": {
31     "ENABLE_BITCODE": "NO"
32   },
33   "dependencies": {
34     "Alamofire": [
35       "~> 4.3"
36     ]
37   },
38   "pod_target_xcconfig": {
39     "SWIFT_VERSION": "3"
40   },
41   "pushed_with_swift_version": "3.0"