blob: f0e973fd284f2cfc8e0138e1c6db70c59c6b42f8 [file] [log] [blame]
{
"name": "DYOperationKit",
"version": "0.1.0",
"summary": "Operation and OperationQueue subclasses",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"description": "Collection of Operation and possibly OperationQueue subclasses",
"homepage": "https://github.com/dannyyassine/DYOperationKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dannyyassine": "dannyyassine@gmail.com"
},
"source": {
"git": "https://github.com/dannyyassine/DYOperationKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DYOperationKit/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"pushed_with_swift_version": "3.0"
}