Latest | 0.1.2 |
---|---|
Homepage | https://github.com/mokumoku-idv/ConnectionBySession |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
ConnectionBySession is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "ConnectionBySession"
How to use by swift
- In swift,You can use it by the following page.
- https://github.com/shiratsu/ConnectionSampleBySwift
Author
hiratsukashu, [email protected]
License
ConnectionBySession is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ConnectionBySession", "version": "0.1.2", "summary": "ConnectionBySession is simple framework for networking.Developer can use easily for networking.", "description": "It is simple framework for networking.It is created by NSURLSession-objective-C.After networking,it can notify thing which is to finish connection.", "homepage": "https://github.com/mokumoku-idv/ConnectionBySession", "license": "MIT", "authors": { "shiratsu": "[email protected]" }, "source": { "git": "https://github.com/mokumoku-idv/ConnectionBySession.git", "tag": "0.1.2" }, "social_media_url": "https://twitter.com/shunsuke_h2006", "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/*.{h,m}", "public_header_files": "Pod/Classes/*.h" }
Sun, 06 Mar 2016 14:53:03 +0000