[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / c / b / NetworkCycle / 0.0.1 / NetworkCycle.podspec.json
blob7e9025d4302768ad093014a9ede47b2d2d7ced70
2   "name": "NetworkCycle",
3   "version": "0.0.1",
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.1"
17   },
18   "source_files": [
19     "Classes",
20     "NetworkCycle/**/*.{h,m}"
21   ],
22   "platforms": {
23     "osx": null,
24     "ios": null,
25     "tvos": null,
26     "watchos": null
27   }