blob: 6e5d23db3046a98aa5a965c0ddaba72b9ab3d768 [file] [log] [blame]
{
"name": "ImojiSDK",
"version": "0.1.21",
"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.21"
},
"platforms": {
"ios": "7.0"
},
"preserve_paths": "ImojiSDK.framework",
"public_header_files": "ImojiSDK.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "ImojiSDK.framework",
"ios": {
"frameworks": [
"Accelerate"
]
},
"dependencies": {
"Bolts": [
"~> 1.1"
],
"libwebp": [
"~> 0.4.3"
]
}
}