[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / a / c / ImojiSDKUI / 2.2.1 / ImojiSDKUI.podspec.json
blob2e211dd59e1e0182631e0d76f0e70daf25062b9b
2   "name": "ImojiSDKUI",
3   "version": "2.2.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.2.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           "AVFoundation",
70           "CoreMotion"
71         ]
72       },
73       "libraries": "c++"
74     },
75     {
76       "name": "Common",
77       "ios": {
78         "source_files": "Source/Common/Source/**/*.{h,m}",
79         "resource_bundles": {
80           "ImojiUIStrings": [
81             "Source/Common/Resources/Localization/*.lproj"
82           ],
83           "ImojiUIAssets": [
84             "Source/Common/Resources/Images/*.*"
85           ],
86           "ImojiUIFonts": [
87             "Source/Common/Resources/Fonts/*.otf"
88           ]
89         }
90       }
91     }
92   ]