[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / c / 7 / MorphiiSDK / 0.0.67 / MorphiiSDK.podspec.json
blobc4a58f065f9d3c0ee19e9b1e1622f09eb07e5ee6
2   "name": "MorphiiSDK",
3   "version": "0.0.67",
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   "documentation_url": "https://github.com/Vizbii/morphii-sdk-ios/blob/master/README.md",
8   "license": {
9     "type": "Commercial",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Morphii Development": "dev@morphii.com"
14   },
15   "social_media_url": "https://twitter.com/morphiico",
16   "platforms": {
17     "ios": "10.2"
18   },
19   "source": {
20     "git": "https://github.com/Vizbii/morphii-sdk-ios.git",
21     "tag": "0.0.67"
22   },
23   "source_files": [
24     "MorphiiSDK",
25     "MorphiiSDK.framework/**/*.{h,m,swift}"
26   ],
27   "ios": {
28     "vendored_frameworks": "MorphiiSDK.framework"
29   },
30   "public_header_files": "MorphiiSDK.framework/Headers/*.h",
31   "xcconfig": {
32     "ENABLE_BITCODE": "NO"
33   },
34   "dependencies": {
35     "Alamofire": [
36       "~> 4.4"
37     ]
38   },
39   "pod_target_xcconfig": {
40     "SWIFT_VERSION": "4"
41   },
42   "pushed_with_swift_version": "3.0"