[Add] BlurUIKit 1.0.1
[CocoaPods.git] / Specs / 8 / 4 / 5 / RDHJSONObjectSerialisation / 0.5.0 / RDHJSONObjectSerialisation.podspec.json
blob796492c5a36d16839b5b41269fb107387328e199
2   "name": "RDHJSONObjectSerialisation",
3   "version": "0.5.0",
4   "license": "MIT",
5   "summary": "Simple JSON serialisation for any custom NSObject based on its declared properties.",
6   "homepage": "https://github.com/rhodgkins/RDHJSONObjectSerialisation",
7   "authors": "Rich Hodgkins",
8   "source": {
9     "git": "https://github.com/rhodgkins/RDHJSONObjectSerialisation.git",
10     "tag": "0.5.0"
11   },
12   "source_files": "RDHJSONObjectSerialisation/**/*.{h,m}",
13   "private_header_files": "RDHJSONObjectSerialisation/Private/*.h",
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "frameworks": "Foundation",
19   "requires_arc": true