blob: 6d02d973b703d043ee78d104563fe687e72beaa8 [file] [log] [blame]
{
"name": "TWKit",
"version": "0.0.4",
"summary": "TWKit",
"homepage": "https://github.com/taewan0530/TWKit",
"license": "MIT",
"authors": {
"taewan": "taewan0530@daum.net"
},
"source": {
"git": "https://github.com/taewan0530/TWKit.git",
"tag": "0.0.4"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"source_files": "Pod/**/*.{swift}"
},
{
"name": "Extension",
"source_files": "Pod/extensions/*.{swift}"
},
{
"name": "Function",
"source_files": "Pod/utils/Functions.{swift}"
},
{
"name": "ObjectPool",
"source_files": "Pod/utils/ObjectPool.swift"
},
{
"name": "StructObject",
"source_files": "Pod/utils/StructObject.swift"
},
{
"name": "EasyStyle",
"source_files": "Pod/EasyStyle/*.{swift}"
},
{
"name": "AttributedString",
"source_files": "Pod/AttributedString/*.{swift}"
},
{
"name": "GetConstraint",
"source_files": "Pod/GetConstraint/*.{swift}"
}
]
}