[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 3 / 0 / e / OperationFramework / 1.0.0 / OperationFramework.podspec.json
blob031d5c19aaac817e30e166d5f9eb174146b23d25
2   "name": "OperationFramework",
3   "version": "1.0.0",
4   "summary": "Architectural framework for highly configurable software.",
5   "swift_versions": "5.0",
6   "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.",
7   "homepage": "https://github.com/AmirKamali/OperationFramework-iOS",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Amir": "amir@kamali.io"
14   },
15   "source": {
16     "git": "https://github.com/AmirKamali/OperationFramework-iOS.git",
17     "tag": "1.0.0"
18   },
19   "social_media_url": "https://stackoverflow.com/users/11065715/",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "OperationFramework/Classes/**/*",
24   "swift_version": "5.0"