blob: f110cf2ab39e28dbdbc968f0131a7ba9ffe27905 [file] [log] [blame]
{
"name": "NetworkCycle",
"version": "0.0.3",
"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.3"
},
"source_files": [
"Classes",
"NetworkCycle/**/*.{h,m,swift}"
],
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"ReachabilitySwift": [
]
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2"
}