blob: a4c2c8ffa67895ce909c392244e3c041e8a05814 [file] [log] [blame]
{
"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": "jake@thejakemarsh.com"
},
"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"
]
}
}