[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / e / 9 / b / LROptional / 0.1 / LROptional.podspec.json
blob59eb8d4d9775a283f5eaed65ceed231345deb6db
2   "name": "LROptional",
3   "version": "0.1",
4   "license": "MIT",
5   "summary": "A simple NSObject category to simplify sending optional messages to objects.",
6   "homepage": "https://github.com/luisrecuenco/LROptional",
7   "authors": {
8     "Luis Recuenco": "luis.recuenco@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/luisrecuenco/LROptional.git",
12     "tag": "0.1"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "source_files": "NSObject+LROptional.{h,m}",
19   "requires_arc": true