blob: 461386ef139a5708aa20e9730d9229bbe25ce793 [file] [log] [blame]
{
"name": "LiUIComponents",
"version": "0.1.0",
"summary": "Lithium community iOS SDK UI components.",
"description": "LiUIComponents 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"
},
"swift_version": "3.2",
"source": {
"git": "https://github.com/lithiumtech/li-ios-sdk.git",
"tag": "0.1.0"
},
"source_files": [
"Sources/LiUIComponents/*",
"Sources/LiUIComponents/**/*.{swift,h,m}"
],
"resource_bundles": {
"LiUIComponents": [
"Sources/LiUIComponents/Resources/*",
"Sources/LiUIComponents/**/*.{xib,storyboard}",
"Sources/LiUIComponents/**/*.xcassets"
]
},
"resources": [
"Sources/LiUIComponents/Resources/*",
"Sources/LiUIComponents/**/*.{xib,storyboard}",
"Sources/LiUIComponents/**/*.xcassets"
],
"dependencies": {
"LiCore": [
"0.1.0"
]
}
}