blob: db84b9ab3a764b871defd70cef15952012c9ccc0 [file] [log] [blame]
{
"name": "ImojiSDK",
"version": "0.2.9",
"license": "MIT",
"summary": "iOS SDK for Imoji.",
"homepage": "http://imoji.io/sdk",
"authors": {
"Nima Khoshini": "nima@imojiapp.com"
},
"source": {
"git": "https://github.com/imojiengineering/imoji-ios-sdk.git",
"tag": "0.2.9"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Sync",
"dependencies": {
"Bolts/AppLinks": [
"~> 1.2"
],
"ImojiSDK/Core": [
]
},
"ios": {
"source_files": "Source/Sync/**/*.{h,m}",
"public_header_files": "Source/Sync/*.h"
}
},
{
"name": "Core",
"dependencies": {
"Bolts/Tasks": [
"~> 1.2"
],
"libwebp": [
"~> 0.4.3"
]
},
"ios": {
"source_files": "Source/Core/**/*.{h,m}",
"public_header_files": "Source/Core/*.h"
}
}
]
}