blob: 16036ac75203cf053bbaa67b02c78acd033a9e37 [file] [log] [blame]
{
"name": "WWZSwift",
"version": "1.3.5",
"summary": "A short description of WWZSwift.",
"homepage": "https://github.com/ccwuzhou/WWZSwift",
"license": "MIT",
"authors": {
"wwz": "wwz@zgkjd.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ccwuzhou/WWZSwift.git",
"tag": "1.3.5"
},
"requires_arc": true,
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Extensions",
"source_files": [
"Source/Extensions/*.swift",
"Source/*.swift"
]
},
{
"name": "Models",
"source_files": "Source/Models/*.swift"
},
{
"name": "Views",
"source_files": "Source/Views/*.swift",
"dependencies": {
"WWZSwift/Extensions": [
]
}
}
]
}