blob: 7c7f00be76707883e64a99361baa02f411d5df9f [file] [log] [blame]
{
"name": "LiSDKUIComponents",
"version": "0.1.0",
"summary": "Lithium community iOS SDK UI components.",
"description": "LiSDKUIComponents is the UI component of lithium comunity for integrating into partner iOS apps.",
"homepage": "https://community.lithium.com",
"license": "Apache License, Version 2.0",
"authors": {
"Shekhar Dahore": "shekhar.dahore@lithium.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/lithiumtech/li-ios-sdk-ui.git",
"tag": "0.1.0"
},
"source_files": [
"LiSDKUIComponents/*",
"LiSDKUIComponents/**/*.{swift,h,m}"
],
"resource_bundles": {
"LiSDKUIComponents": [
"LiSDKUIComponents/Resources/*",
"LiSDKUIComponents/**/*.{xib,storyboard}",
"LiSDKUIComponents/**/*.xcassets"
]
},
"resources": [
"LiSDKUIComponents/Resources/*",
"LiSDKUIComponents/**/*.{xib,storyboard}",
"LiSDKUIComponents/**/*.xcassets"
],
"dependencies": {
"LiCoreSDK": [
"0.1.0"
]
}
}