Latest | 0.1.0 |
---|---|
Homepage | https://github.com/moonbeammm/GXRepo |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | AFNetworking |
Frameworks | UIKit |
Authors |
Example
这是一个pod库.封装了一层AFNetworking.用来练习创建自己的pod库.
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
GXRepo is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "GXRepo"
Author
sunguangxin, [email protected]
License
GXRepo is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "GXRepo", "version": "0.1.0", "summary": "good good study day day up.", "description": "TODO: Add long description of the pod here.", "homepage": "https://github.com/moonbeammm/GXRepo", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "moonbeammm": "[email protected]" }, "source": { "git": "https://github.com/moonbeammm/GXRepo.git", "tag": "0.1.0" }, "platforms": { "ios": "8.0" }, "source_files": "GXRepo/Classes/**/*", "requires_arc": true, "public_header_files": "GXRepo/Classes/**/*.h", "frameworks": "UIKit", "dependencies": { "AFNetworking": [ "~> 3.1.0" ] } }
Fri, 24 Feb 2017 18:20:03 +0000