blob: 1b870fdbd4c01616ca3e96052b015abc881f49ba [file] [log] [blame]
{
"name": "WWZSwift",
"version": "1.2.0",
"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.2.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "WWZSwift",
"source_files": "WWZSwift/*.swift",
"dependencies": {
"CocoaAsyncSocket": [
],
"AFNetworking": [
],
"WWZSwift/Swift+WWZ": [
]
}
},
{
"name": "Swift+WWZ",
"source_files": "Swift+WWZ/*.swift"
}
]
}