blob: 399b5fb6aed30aa4b71e08157f8f3e11fcc97dc9 [file] [log] [blame]
{
"name": "ImojiSDK",
"version": "0.1.20",
"summary": "iOS SDK for Imoji",
"homepage": "http://imojiapp.com/sdk",
"license": "Commercial",
"authors": {
"Nima Khoshini": "nima@imojiapp.com"
},
"libraries": "c++",
"requires_arc": true,
"source": {
"git": "https://github.com/imojiengineering/imoji-ios-sdk.git",
"tag": "0.1.20"
},
"platforms": {
"ios": "7.0"
},
"preserve_paths": "ImojiSDK.framework",
"public_header_files": "ImojiSDK.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "ImojiSDK.framework",
"dependencies": {
"Bolts": [
"~> 1.1"
],
"libwebp": [
"~> 0.4.3"
]
}
}