blob: cb243883a9c87a0e33c24863b57154bf35d21bcf [file] [log] [blame]
{
"name": "ImojiSDKUI",
"version": "0.1.1",
"license": "MIT",
"summary": "iOS UI Widgets for Imoji Integration.",
"homepage": "http://imoji.io/sdk",
"authors": {
"Nima Khoshini": "nima@imojiapp.com",
"Jeff Wang": "jeffkwang@gmail.com"
},
"source": {
"git": "https://github.com/imojiengineering/imoji-ios-sdk-ui.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "CollectionView",
"dependencies": {
"ImojiSDK/Core": [
],
"Masonry": [
]
},
"ios": {
"source_files": "Source/CollectionView/**/*.{h,m}",
"public_header_files": "Source/CollectionView/*.h"
}
}
]
}