[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / c / 3 / ImojiSDKNo / 2.3.3 / ImojiSDKNo.podspec.json
blob02e210dd35807264e98e90544666c7cd2e1c2694
2   "name": "ImojiSDKNo",
3   "version": "2.3.3",
4   "license": "MIT",
5   "module_name": "ImojiSDK",
6   "summary": "iOS SDK for Imoji. Integrate Stickers and custom emojis into your applications easily!",
7   "homepage": "http://imoji.io/developers",
8   "authors": {
9     "Nima Khoshini": "nima@imojiapp.com",
10     "Alex Hoang": "alex@imojiapp.com"
11   },
12   "libraries": "z",
13   "source": {
14     "git": "https://github.com/QuantamHD/imoji-ios-sdk.git",
15     "tag": "2.3.3"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "dependencies": {
25         "Bolts/Tasks": [
26           "~> 1.2"
27         ],
28         "YYImage/WebP": [
29           "~> 1.0"
30         ]
31       },
32       "ios": {
33         "source_files": "Source/Core/**/*.{h,m}",
34         "public_header_files": [
35           "Source/Core/*.h",
36           "Source/Core/Util/YYImage/*.h"
37         ]
38       }
39     }
40   ]