[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / b / ImojiSDK / 2.0.4 / ImojiSDK.podspec.json
blob2076962bf342ef6fa3079b0e6c8158e4563516da
2   "name": "ImojiSDK",
3   "version": "2.0.4",
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.0.4"
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.4.3"
44         ]
45       },
46       "ios": {
47         "source_files": "Source/Core/**/*.{h,m}",
48         "public_header_files": [
49           "Source/Core/*.h",
50           "Source/Core/Util/YYImage/*.h"
51         ]
52       }
53     }
54   ]