[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 0 / 3 / b / ImojiSDK / 0.2.11 / ImojiSDK.podspec.json
blob434aa0208f34fd8646e6a42c8e527858a20573b3
2   "name": "ImojiSDK",
3   "version": "0.2.11",
4   "license": "MIT",
5   "summary": "iOS SDK for Imoji.",
6   "homepage": "http://imoji.io/sdk",
7   "authors": {
8     "Nima Khoshini": "nima@imojiapp.com"
9   },
10   "source": {
11     "git": "https://github.com/imojiengineering/imoji-ios-sdk.git",
12     "tag": "0.2.11"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "Sync",
21       "dependencies": {
22         "Bolts/AppLinks": [
23           "~> 1.2"
24         ],
25         "ImojiSDK/Core": [
27         ]
28       },
29       "ios": {
30         "source_files": "Source/Sync/**/*.{h,m}",
31         "public_header_files": "Source/Sync/*.h"
32       }
33     },
34     {
35       "name": "Core",
36       "dependencies": {
37         "Bolts/Tasks": [
38           "~> 1.2"
39         ],
40         "libwebp": [
41           "~> 0.4.3"
42         ]
43       },
44       "ios": {
45         "source_files": "Source/Core/**/*.{h,m}",
46         "public_header_files": "Source/Core/*.h"
47       }
48     }
49   ]