blob: 8f2d335b0bf6eba66e427e2e4f08f5b5724bd8dc [file] [log] [blame]
{
"name": "ImojiSDK",
"version": "2.2.1",
"license": "MIT",
"summary": "iOS SDK for Imoji. Integrate Stickers and custom emojis into your applications easily!",
"homepage": "http://imoji.io/sdk",
"authors": {
"Nima Khoshini": "nima@imojiapp.com",
"Alex Hoang": "alex@imojiapp.com"
},
"libraries": "z",
"source": {
"git": "https://github.com/imojiengineering/imoji-ios-sdk.git",
"tag": "2.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"dependencies": {
"Bolts/Tasks": [
"~> 1.2"
],
"YYImage/WebP": [
"~> 1.0"
]
},
"ios": {
"source_files": "Source/Core/**/*.{h,m}",
"public_header_files": [
"Source/Core/*.h",
"Source/Core/Util/YYImage/*.h"
]
}
}
]
}