blob: 7e9025d4302768ad093014a9ede47b2d2d7ced70 [file] [log] [blame]
{
"name": "NetworkCycle",
"version": "0.0.1",
"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.1"
},
"source_files": [
"Classes",
"NetworkCycle/**/*.{h,m}"
],
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}