blob: c4a58f065f9d3c0ee19e9b1e1622f09eb07e5ee6 [file] [log] [blame]
{
"name": "MorphiiSDK",
"version": "0.0.67",
"summary": "A SDK that allows developers to embed Morphii technology into their native apps.",
"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.",
"homepage": "http://morphii.com/",
"documentation_url": "https://github.com/Vizbii/morphii-sdk-ios/blob/master/README.md",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Morphii Development": "dev@morphii.com"
},
"social_media_url": "https://twitter.com/morphiico",
"platforms": {
"ios": "10.2"
},
"source": {
"git": "https://github.com/Vizbii/morphii-sdk-ios.git",
"tag": "0.0.67"
},
"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.4"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"pushed_with_swift_version": "3.0"
}