Last active
August 29, 2015 14:24
-
-
Save pilot34/8228cb90075ef3c2d0bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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