blob: 84a667f119ed3730c2b3e6979592f1b5ef40be7e [file] [log] [blame]
{
"name": "OperationFramework",
"version": "1.0.1",
"summary": "Architectural framework for highly configurable software.",
"swift_versions": "5.0",
"description": "Easy framework to perform configurable tasks in iOS\n\nOperationFramework has been written in swift and offers highly configurable way of executing ordered tasks in your iOS app. These tasks could include executing of multiple functions one after each other or displaying series of view controllers in the particular order.",
"homepage": "https://github.com/AmirKamali/OperationFramework-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Amir": "amir@kamali.io"
},
"source": {
"git": "https://github.com/AmirKamali/OperationFramework-iOS.git",
"tag": "1.0.1"
},
"social_media_url": "https://stackoverflow.com/users/11065715/",
"platforms": {
"ios": "8.0"
},
"source_files": "OperationFramework/Classes/**/*",
"swift_version": "5.0"
}