[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / a / c / ImojiSDKUI / 2.1.1 / ImojiSDKUI.podspec.json
blobc795e8b02ca04ebfe33842c94971ed1bb0354552
2   "name": "ImojiSDKUI",
3   "version": "2.1.1",
4   "license": "MIT",
5   "summary": "iOS UI Widgets for Imoji Integration. Integrate Stickers and custom emojis into your applications easily!",
6   "homepage": "https://imoji.io/developers",
7   "authors": {
8     "Alex Hoang": "alex@imojiapp.com",
9     "Nima Khoshini": "nima@imojiapp.com",
10     "Jeff Wang": "jeffkwang@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/imojiengineering/imoji-ios-sdk-ui.git",
14     "tag": "2.1.1"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "CollectionView",
21   "subspecs": [
22     {
23       "name": "CollectionView",
24       "dependencies": {
25         "YYImage/WebP": [
26           "~> 1.0"
27         ],
28         "ImojiSDK/Core": [
30         ],
31         "ImojiSDKUI/Common": [
33         ],
34         "Masonry": [
36         ]
37       },
38       "ios": {
39         "source_files": "Source/CollectionView/**/*.{h,m}",
40         "public_header_files": "Source/CollectionView/*.h"
41       }
42     },
43     {
44       "name": "Editor",
45       "dependencies": {
46         "ImojiSDK/Core": [
48         ],
49         "ImojiSDKUI/Common": [
51         ],
52         "Masonry": [
54         ]
55       },
56       "vendored_frameworks": "Frameworks/ImojiGraphics.framework",
57       "ios": {
58         "resource_bundles": {
59           "ImojiEditorAssets": [
60             "Source/Editor/Resources/Icons/*.png",
61             "Source/Editor/Resources/Images/*.png"
62           ]
63         },
64         "source_files": "Source/Editor/**/*.{h,m}",
65         "public_header_files": "Source/Editor/*.h",
66         "frameworks": [
67           "Accelerate",
68           "GLKit"
69         ]
70       },
71       "libraries": "c++"
72     },
73     {
74       "name": "Common",
75       "ios": {
76         "source_files": "Source/Common/Source/**/*.{h,m}",
77         "resource_bundles": {
78           "ImojiUIStrings": [
79             "Source/Common/Resources/Localization/*.lproj"
80           ],
81           "ImojiUIAssets": [
82             "Source/Common/Resources/Images/*.*"
83           ],
84           "ImojiUIFonts": [
85             "Source/Common/Resources/Fonts/*.otf"
86           ]
87         }
88       }
89     }
90   ]