[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 7 / 1 / c / BoundUserDefaults / 0.2 / BoundUserDefaults.podspec.json
blob6f005e7eca7b48557b4f9c5e10a5423beaf34d34
2   "name": "BoundUserDefaults",
3   "version": "0.2",
4   "summary": "BoundUserDefaults allows you to get and set user defaults as simple subclass properties.",
5   "homepage": "https://github.com/ConventionalC/BoundUserDefaults",
6   "license": "MIT",
7   "authors": {
8     "Peter DeWeese": "peter@dewee.se"
9   },
10   "requires_arc": true,
11   "source": {
12     "git": "https://github.com/ConventionalC/BoundUserDefaults.git",
13     "tag": "0.2"
14   },
15   "source_files": "BoundUserDefaults/*.{h,m}",
16   "public_header_files": "BoundUserDefaults/*.h",
17   "frameworks": "Foundation",
18   "platforms": {
19     "ios": "6.0",
20     "osx": "10.7"
21   },
22   "ios": {
23     "frameworks": [
24       "Foundation",
25       "QuartzCore"
26     ]
27   },
28   "osx": {
29     "frameworks": "Cocoa"
30   }