[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / a / c / ImojiSDKUI / 0.1.1 / ImojiSDKUI.podspec.json
blobcb243883a9c87a0e33c24863b57154bf35d21bcf
2   "name": "ImojiSDKUI",
3   "version": "0.1.1",
4   "license": "MIT",
5   "summary": "iOS UI Widgets for Imoji Integration.",
6   "homepage": "http://imoji.io/sdk",
7   "authors": {
8     "Nima Khoshini": "nima@imojiapp.com",
9     "Jeff Wang": "jeffkwang@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/imojiengineering/imoji-ios-sdk-ui.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "CollectionView",
22       "dependencies": {
23         "ImojiSDK/Core": [
25         ],
26         "Masonry": [
28         ]
29       },
30       "ios": {
31         "source_files": "Source/CollectionView/**/*.{h,m}",
32         "public_header_files": "Source/CollectionView/*.h"
33       }
34     }
35   ]