[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / c / b / NetworkCycle / 0.0.3 / NetworkCycle.podspec.json
blobf110cf2ab39e28dbdbc968f0131a7ba9ffe27905
2   "name": "NetworkCycle",
3   "version": "0.0.3",
4   "summary": "Pod for integrating and performing Network operations for Swift based projects.",
5   "description": "It contains Managers, Operations and Operation queues to perform RESTful APIs operations used in Swift based applications. All the operations are executed using Alamofire SDK.",
6   "homepage": "https://bitbucket.org/onebytetech/networkcycle.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Roshan Baig": "roshanbaig17@gmail.com"
13   },
14   "source": {
15     "git": "https://bitbucket.org/onebytetech/networkcycle.git",
16     "tag": "0.0.3"
17   },
18   "source_files": [
19     "Classes",
20     "NetworkCycle/**/*.{h,m,swift}"
21   ],
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.0"
25     ],
26     "ReachabilitySwift": [
28     ]
29   },
30   "platforms": {
31     "ios": "11.0"
32   },
33   "swift_version": "4.2"