[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / a / c / ImojiSDKUI / 0.1.2 / ImojiSDKUI.podspec.json
blob4c775c97fe362a1cf9cb541b281d48fcea1b5f84
2   "name": "ImojiSDKUI",
3   "version": "0.1.2",
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.2"
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     {
36       "name": "KeyboardView",
37       "dependencies": {
38         "Masonry": [
40         ],
41         "ImojiSDK/Core": [
43         ],
44         "ImojiSDKUI/CollectionView": [
46         ],
47         "MBProgressHUD": [
48           "~> 0.9.1"
49         ]
50       },
51       "ios": {
52         "source_files": "Source/KeyboardView/Source/**/*.{h,m}",
53         "public_header_files": "Source/KeyboardView/Source/**/*.h",
54         "resources": [
55           "Source/KeyboardView/Resources/Fonts/Imoji_Regular.otf",
56           "Source/KeyboardView/Resources/StoryBoards/IMQwerty.storyboard",
57           "Source/KeyboardView/Resources/KeyArt.xcassets"
58         ],
59         "resource_bundles": {
60           "ImojiKeyboardAssets": [
61             "Source/KeyboardView/Resources/Icons/*.png"
62           ]
63         }
64       }
65     }
66   ]