blob: 455a649c73f32d9f02b4ab7de5581f285a8c86d2 [file] [log] [blame]
{
"name": "TWKit",
"version": "0.0.7",
"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.7"
},
"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}"
},
{
"name": "KeyboardHelper",
"source_files": "Pod/KeyboardHelper/*.{swift}"
}
]
}