Skip to content

Instantly share code, notes, and snippets.

@pilot34
Last active August 29, 2015 14:24
Show Gist options
  • Save pilot34/8228cb90075ef3c2d0bf to your computer and use it in GitHub Desktop.
Save pilot34/8228cb90075ef3c2d0bf to your computer and use it in GitHub Desktop.
{
"name": "ImojiSDK",
"version": "0.1.20",
"summary": "iOS SDK for Imoji",
"homepage": "http://imojiapp.com/sdk",
"license": "Commercial",
"authors": {
"Nima Khoshini": "[email protected]"
},
"libraries": "c++",
"requires_arc": true,
"source": {
"git": "https://github.com/imojiengineering/imoji-ios-sdk.git",
"tag": "0.1.20"
},
"platforms": {
"ios": "7.0"
},
"preserve_paths": "ImojiSDK.framework",
"public_header_files": "ImojiSDK.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "ImojiSDK.framework",
"dependencies": {
"Bolts/Tasks": [
"~> 1.1"
],
"libwebp": [
"~> 0.4.3"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment