blob: 6647054722c90adcc820e8d09e59fc8b2117d696 [file] [log] [blame]
{
"name": "LiCore",
"version": "0.2.0",
"summary": "Lithium community Core SDK",
"homepage": "http://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.2.0"
},
"source_files": [
"Sources/LiCore/*",
"Sources/LiCore/**/*.{swift,h,m}"
],
"resource_bundles": {
"LiCore": "Sources/LiCore/Resources/*"
},
"resources": [
"Sources/LiCore/Resources/*"
],
"dependencies": {
"Alamofire": [
"~> 4.4"
]
}
}