[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 7 / MorphiiSDK / 0.0.58 / MorphiiSDK.podspec.json
blob874db903550cee9d03b69783495ff37453884732
2   "name": "MorphiiSDK",
3   "version": "0.0.58",
4   "summary": "An sdk that allows users to morph their own emojis.",
5   "description": "The MorphiiSDK is a library that allows developers to tap into the morphii platform. This can be used to guage peoples reactions and emotions to a very specific level.",
6   "homepage": "http://morphii.com/",
7   "license": "MIT",
8   "authors": {
9     "Charles von Lehe": "cvonlehe@netgalaxystudios.com"
10   },
11   "platforms": {
12     "ios": "10.2"
13   },
14   "source": {
15     "git": "https://github.com/Vizbii/morphii-sdk-ios.git",
16     "tag": "0.0.58"
17   },
18   "source_files": [
19     "MorphiiSDK",
20     "MorphiiSDK.framework/**/*.{h,m,swift}"
21   ],
22   "ios": {
23     "vendored_frameworks": "MorphiiSDK.framework"
24   },
25   "public_header_files": "MorphiiSDK.framework/Headers/*.h",
26   "xcconfig": {
27     "ENABLE_BITCODE": "NO"
28   },
29   "dependencies": {
30     "Alamofire": [
31       "~> 4.3"
32     ]
33   },
34   "pod_target_xcconfig": {
35     "SWIFT_VERSION": "3"
36   },
37   "pushed_with_swift_version": "3.0"