blob: cb267be78a9e9956cc2c6a1db6676fc9d2e0f52a [file] [log] [blame]
{
"name": "JSAddCard",
"version": "1.0.5",
"summary": "JSAddCard for iOS",
"homepage": "http://youcanridit.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Juan Sanzone",
"source": {
"git": "https://github.com/juansanzone/testjsadd.git",
"tag": "1.0.5"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Source/**/*.{h,m,swift}",
"resources": [
"Source/**/*.xib",
"Source/*.bundle",
"Source/Xibs/*.xib",
"Source/*.xcassets"
],
"dependencies": {
"MLCardDrawer": [
"~> 1.0"
],
"MLUI": [
"~> 5.0"
],
"TLCustomMask": [
]
}
}