[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 3 / b / ImojiSDK / 2.1.0 / ImojiSDK.podspec.json
blobde013fae1bd649393d76cea76dc2f8ca763d7d62
2   "name": "ImojiSDK",
3   "version": "2.1.0",
4   "license": "MIT",
5   "summary": "iOS SDK for Imoji. Integrate Stickers and custom emojis into your applications easily!",
6   "homepage": "http://imoji.io/sdk",
7   "authors": {
8     "Nima Khoshini": "nima@imojiapp.com",
9     "Alex Hoang": "alex@imojiapp.com"
10   },
11   "libraries": "z",
12   "source": {
13     "git": "https://github.com/imojiengineering/imoji-ios-sdk.git",
14     "tag": "2.1.0"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Sync",
23       "dependencies": {
24         "Bolts/AppLinks": [
25           "~> 1.2"
26         ],
27         "ImojiSDK/Core": [
29         ]
30       },
31       "ios": {
32         "source_files": "Source/Sync/**/*.{h,m}",
33         "public_header_files": "Source/Sync/*.h"
34       }
35     },
36     {
37       "name": "Core",
38       "dependencies": {
39         "Bolts/Tasks": [
40           "~> 1.2"
41         ],
42         "libwebp": [
43           "~> 0.5.0"
44         ],
45         "YYImage/Core": [
46           "~> 1.0"
47         ]
48       },
49       "ios": {
50         "source_files": "Source/Core/**/*.{h,m}",
51         "public_header_files": [
52           "Source/Core/*.h",
53           "Source/Core/Util/YYImage/*.h"
54         ]
55       }
56     }
57   ]