Latest | 1.5.8 |
---|---|
Homepage | https://github.com/yamingd/iOSBootstrap |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | AFNetworking, SDWebImage, SAMKeychain, TMCache, UIColor+BFPaperColors, ProtocolBuffers, CocoaAsyncSocket, HTKDynamicResizingCell, UIImage+ImageCompress, ArrayUtils, QBImagePickerController, DateTools, FMDB/SQLCipher |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
iOSBootstrap is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "iOSBootstrap"
Author
Yaming, [email protected]
License
iOSBootstrap is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "iOSBootstrap", "version": "1.5.8", "summary": "utility, security, delegate wrapper, protobuf support, realm support.", "description": "utility, security, delegate wrapper, protobuf support, realm support etc.", "homepage": "https://github.com/yamingd/iOSBootstrap", "license": "MIT", "authors": { "Yaming": "[email protected]" }, "source": { "git": "https://github.com/yamingd/iOSBootstrap.git", "tag": "1.5.8" }, "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "exclude_files": [ "Pod/Classes/**/*.proto", "Pod/Classes/**/*.sh" ], "public_header_files": "Pod/Classes/**/*.h", "dependencies": { "AFNetworking": [ "~> 3.0" ], "SDWebImage": [], "SAMKeychain": [], "TMCache": [], "UIColor+BFPaperColors": [], "ProtocolBuffers": [ "~> 1.9" ], "CocoaAsyncSocket": [], "HTKDynamicResizingCell": [], "UIImage+ImageCompress": [], "ArrayUtils": [], "QBImagePickerController": [], "DateTools": [ "~> 1.7" ], "FMDB/SQLCipher": [] } }
Mon, 03 Oct 2016 09:22:03 +0000