blob: 0f57667fa8df156492f06812e389086f3cab1a27 [file] [log] [blame]
{
"name": "TinyCrayon",
"version": "1.0.0",
"summary": "TinyCrayon is an easy way to create a view for interactive image cutout and masking.",
"license": {
"type": "MIT"
},
"authors": {
"Xin Zeng": "zengxinzhy@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"homepage": "http://www.tinycrayon.com",
"source": {
"http": "https://github.com/TinyCrayon/TinyCrayon-iOS-SDK/releases/download/v1.0.0/TinyCrayon.zip",
"flatten": true
},
"subspecs": [
{
"name": "TCCore",
"source_files": "TCCore.framework/Headers/*.h",
"public_header_files": "TCCore.framework/Headers/*.h",
"ios": {
"vendored_frameworks": "TCCore.framework"
}
},
{
"name": "TCMask",
"source_files": "TCMask.framework/Headers/*.h",
"public_header_files": "TCMask.framework/Headers/*.h",
"ios": {
"vendored_frameworks": "TCMask.framework"
},
"dependencies": {
"TinyCrayon/TCCore": [
]
}
}
]
}