[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 8 / 3 / 1 / ZaloSDK / 2.4.1125.2 / ZaloSDK.podspec.json
blobfaa8169be75ba15a63c290c6e76af5595c26f8d2
2   "name": "ZaloSDK",
3   "version": "2.4.1125.2",
4   "summary": "Zalo SDK",
5   "description": "Zalo software development kit for iOS\nDocument: http://developers.zalo.me/docs/sdk/ios-sdk-9",
6   "homepage": "http://developers.zalo.me/docs/sdk/ios-sdk-9",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Liem Vo": "liemvouy@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/VNG-Zalo/ZaloSDK-iOS.git",
16     "tag": "2.4.1125.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "ios": {
25         "vendored_frameworks": "ZaloSDK/Frameworks/ZaloSDKCoreKit.framework"
26       }
27     },
28     {
29       "name": "Main",
30       "ios": {
31         "vendored_frameworks": "ZaloSDK/Frameworks/ZaloSDK.framework"
32       },
33       "dependencies": {
34         "ZaloSDK/Core": [
36         ]
37       }
38     }
39   ]