[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 3 / b / ImojiSDK / 2.3.2 / ImojiSDK.podspec.json
blob3e06ea18858bcf4b205096672eb57b17e43a0708
2   "name": "ImojiSDK",
3   "version": "2.3.2",
4   "license": "MIT",
5   "summary": "iOS SDK for Imoji. Integrate Stickers and custom emojis into your applications easily!",
6   "homepage": "http://imoji.io/developers",
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.3.2"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "dependencies": {
24         "Bolts/Tasks": [
25           "~> 1.2"
26         ],
27         "YYImage/WebP": [
28           "~> 1.0"
29         ]
30       },
31       "ios": {
32         "source_files": "Source/Core/**/*.{h,m}",
33         "public_header_files": [
34           "Source/Core/*.h",
35           "Source/Core/Util/YYImage/*.h"
36         ]
37       }
38     }
39   ]