blob: 799302f9c71cd72807b12cb9ef137e4acf7c239c [file] [log] [blame]
{
"name": "ImojiSDKUI",
"version": "0.1.4",
"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.4"
},
"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"
}
},
{
"name": "KeyboardView",
"dependencies": {
"ImojiSDKUI/CollectionView": [
]
},
"ios": {
"source_files": "Source/KeyboardView/Source/**/*.{h,m}",
"public_header_files": "Source/KeyboardView/Source/**/*.h",
"resources": [
"Source/KeyboardView/Resources/Fonts/Imoji_Regular.otf",
"Source/KeyboardView/Resources/StoryBoards/IMQwerty.storyboard",
"Source/KeyboardView/Resources/KeyArt.xcassets"
],
"resource_bundles": {
"ImojiKeyboardAssets": [
"Source/KeyboardView/Resources/Icons/*.png"
]
}
}
}
]
}