[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / e / 7 / 6 / common-paths / 0.1.0 / common-paths.podspec.json
blob3bba154b53830e7bedb8eb73baa0b826dab03397
2   "name": "common-paths",
3   "version": "0.1.0",
4   "summary": "Adds shortcuts in the form of static vars to NSURL for commonly used directory paths.",
5   "homepage": "https://github.com/jakemarsh/common-paths",
6   "license": "MIT",
7   "authors": {
8     "Jake Marsh": "jake@thejakemarsh.com"
9   },
10   "source": {
11     "git": "https://github.com/jakemarsh/common-paths.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/jakemarsh",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "common-paths": [
22       "Pod/Assets/*.png"
23     ]
24   }