[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 1 / f / LiSDKUIComponents / 0.1.0 / LiSDKUIComponents.podspec.json
blob7c7f00be76707883e64a99361baa02f411d5df9f
2   "name": "LiSDKUIComponents",
3   "version": "0.1.0",
4   "summary": "Lithium community iOS SDK UI components.",
5   "description": "LiSDKUIComponents is the UI component of lithium comunity for integrating into partner iOS apps.",
6   "homepage": "https://community.lithium.com",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Shekhar Dahore": "shekhar.dahore@lithium.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/lithiumtech/li-ios-sdk-ui.git",
16     "tag": "0.1.0"
17   },
18   "source_files": [
19     "LiSDKUIComponents/*",
20     "LiSDKUIComponents/**/*.{swift,h,m}"
21   ],
22   "resource_bundles": {
23     "LiSDKUIComponents": [
24       "LiSDKUIComponents/Resources/*",
25       "LiSDKUIComponents/**/*.{xib,storyboard}",
26       "LiSDKUIComponents/**/*.xcassets"
27     ]
28   },
29   "resources": [
30     "LiSDKUIComponents/Resources/*",
31     "LiSDKUIComponents/**/*.{xib,storyboard}",
32     "LiSDKUIComponents/**/*.xcassets"
33   ],
34   "dependencies": {
35     "LiCoreSDK": [
36       "0.1.0"
37     ]
38   }