blob: e537b055c96cb9670e14ea9d555db501415892a6 [file] [log] [blame]
{
"name": "AOperation",
"version": "1.0.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A wrapper on Operation and OperationQueue Classes",
"homepage": "https://github.com/ssamadgh/AOperation.git",
"authors": {
"Seyed Samad Gholamzadeh": "ssamadgh@gmail.com"
},
"source": {
"git": "https://github.com/ssamadgh/AOperation.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/Shared/**/*.swift",
"ios": {
"source_files": "Source/**/*.swift"
},
"osx": {
"source_files": [
"Source/Shared_iOS_macOS/**/*.swift",
"Source/Shared_iOS_macOS_tvOS/**/*.swift"
]
},
"tvos": {
"source_files": "Source/Shared_iOS_macOS_tvOS/**/*.swift"
},
"swift_versions": "5",
"swift_version": "5"
}