[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / b / ImojiSDK / 2.0.1 / ImojiSDK.podspec.json
blobbfa058a12c49e387bf01ba578310a6307806b635
2   "name": "ImojiSDK",
3   "version": "2.0.1",
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   "source": {
12     "git": "https://github.com/imojiengineering/imoji-ios-sdk.git",
13     "tag": "2.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Sync",
22       "dependencies": {
23         "Bolts/AppLinks": [
24           "~> 1.2"
25         ],
26         "ImojiSDK/Core": [
28         ]
29       },
30       "ios": {
31         "source_files": "Source/Sync/**/*.{h,m}",
32         "public_header_files": "Source/Sync/*.h"
33       }
34     },
35     {
36       "name": "Core",
37       "dependencies": {
38         "Bolts/Tasks": [
39           "~> 1.2"
40         ],
41         "libwebp": [
42           "~> 0.4.3"
43         ]
44       },
45       "ios": {
46         "source_files": "Source/Core/**/*.{h,m}",
47         "public_header_files": "Source/Core/*.h"
48       }
49     }
50   ]