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