blob: f4084a03344268e298b2c607d123f27a8c693de9 [file] [log] [blame]
{
"name": "NDModifyOperator",
"version": "0.0.1",
"summary": "Added operator • for modifying object.",
"description": "NDModifyOperator is a small framework that add modify operator and method to Swift and ObjC.",
"homepage": "https://github.com/hiep-nd/nd-modify-operator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nguyen Duc Hiep": "hiep.nd@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": [
"4.0",
"5.1",
"5.2"
],
"source": {
"git": "https://github.com/hiep-nd/nd-modify-operator.git",
"tag": "Pod-0.0.1"
},
"source_files": "NDModifyOperator/**/*.{h,m,mm,swift}",
"public_header_files": "NDModifyOperator/**/*.h",
"deprecated_in_favor_of": "NDModificationOperators",
"swift_version": "5.2"
}