blob: 874db903550cee9d03b69783495ff37453884732 [file] [log] [blame]
{
"name": "MorphiiSDK",
"version": "0.0.58",
"summary": "An sdk that allows users to morph their own emojis.",
"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.",
"homepage": "http://morphii.com/",
"license": "MIT",
"authors": {
"Charles von Lehe": "cvonlehe@netgalaxystudios.com"
},
"platforms": {
"ios": "10.2"
},
"source": {
"git": "https://github.com/Vizbii/morphii-sdk-ios.git",
"tag": "0.0.58"
},
"source_files": [
"MorphiiSDK",
"MorphiiSDK.framework/**/*.{h,m,swift}"
],
"ios": {
"vendored_frameworks": "MorphiiSDK.framework"
},
"public_header_files": "MorphiiSDK.framework/Headers/*.h",
"xcconfig": {
"ENABLE_BITCODE": "NO"
},
"dependencies": {
"Alamofire": [
"~> 4.3"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"pushed_with_swift_version": "3.0"
}