Latest | 0.6.1 |
---|---|
Homepage | https://github.com/archmagees/AesUtils |
License | MIT |
Platforms | ios 8.0, requires ARC |
Frameworks | UIKit, Foundation |
Authors |
[](https://travis-ci.org/Arthur Qiu/AesUtils)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
AesUtils is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "AesUtils"
Author
Arthur Qiu, [email protected]
License
AesUtils is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "AesUtils", "version": "0.6.1", "summary": "A common utils library for iOS.", "description": "A common utils library for developing in iOS.", "homepage": "https://github.com/archmagees/AesUtils", "license": "MIT", "authors": { "Arthur Qiu": "[email protected]" }, "source": { "git": "https://github.com/archmagees/AesUtils.git", "tag": "0.6.1" }, "social_media_url": "https://twitter.com/archmagees", "platforms": { "ios": "8.0" }, "requires_arc": true, "frameworks": [ "UIKit", "Foundation" ], "subspecs": [ { "name": "Utils", "source_files": "Pod/Classes/Utils/**/*", "public_header_files": "Pod/Classes/Utils/**/*.h", "dependencies": { "CocoaLumberjack": [] } }, { "name": "DrawerController", "source_files": "Pod/Classes/DrawerController/**/*", "public_header_files": "Pod/Classes/DrawerController/**/*.h", "dependencies": { "REFrostedViewController": [], "AesUtils/Utils": [] } }, { "name": "HUD", "source_files": "Pod/Classes/HUD/**/*", "public_header_files": "Pod/Classes/HUD/**/*.h", "dependencies": { "MBProgressHUD": [], "AesUtils/Utils": [] } }, { "name": "Carousel", "source_files": "Pod/Classes/Carousel/**/*", "public_header_files": "Pod/Classes/Carousel/**/*.h", "dependencies": { "iCarousel": [], "AesUtils/Utils": [] } }, { "name": "Localization", "source_files": "Pod/Classes/Localization/**/*", "public_header_files": "Pod/Classes/Localization/**/*.h", "dependencies": { "AesUtils/Utils": [] } } ] }
Tue, 01 Mar 2016 08:29:03 +0000