blob: 367c5561da3933225fdd68a932f1080731381160 [file] [log] [blame]
{
"name": "ImojiSDK",
"version": "2.3.4",
"license": "MIT",
"summary": "iOS SDK for Imoji. Integrate Stickers and custom emojis into your applications easily!",
"homepage": "http://imoji.io/developers",
"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.3.4"
},
"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"
]
}
}
]
}