blob: 88b09ef140fdda7d76f06ee8bd418b890860620c [file] [log] [blame]
{
"name": "NetworkCycle",
"version": "0.0.5",
"summary": "Pod for integrating and performing Network operations for Swift based projects.",
"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.",
"homepage": "https://bitbucket.org/onebytetech/networkcycle.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roshan Baig": "roshanbaig17@gmail.com"
},
"source": {
"git": "https://bitbucket.org/onebytetech/networkcycle.git",
"tag": "0.0.5"
},
"source_files": [
"Classes",
"NetworkCycle/**/*.{h,m,swift}"
],
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"ReachabilitySwift": [
]
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2"
}