Latest | 0.1.1 |
---|---|
Homepage | https://github.com/jakemarsh/common-paths |
License | MIT |
Platforms | ios 8.0, requires ARC |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
common-paths is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "common-paths"
Author
Jake Marsh, [email protected]
License
common-paths is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "common-paths", "version": "0.1.1", "summary": "Adds shortcuts in the form of static vars to NSURL for commonly used directory paths.", "homepage": "https://github.com/jakemarsh/common-paths", "license": "MIT", "authors": { "Jake Marsh": "[email protected]" }, "source": { "git": "https://github.com/jakemarsh/common-paths.git", "tag": "0.1.1" }, "social_media_url": "https://twitter.com/jakemarsh", "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "common-paths": [ "Pod/Assets/*.png" ] } }
Sun, 06 Mar 2016 03:57:03 +0000