[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 8 / a / c / AutoProperty / 1.0.1 / AutoProperty.podspec.json
blob1badd9274b38b5fe948fc84e4fdc26c7bf74622d
2   "name": "AutoProperty",
3   "version": "1.0.1",
4   "authors": {
5     "Piotr Perzanowski": "p.m.perzanowski@gmail.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/pegan/AutoPropertyInit",
12   "summary": "AutoProperty is an NSObject category that simplifies the process of initialize properties that are subclasses of NSObject.",
13   "source": {
14     "git": "https://github.com/pegan/AutoPropertyInit.git",
15     "tag": "1.0.1"
16   },
17   "requires_arc": true,
18   "source_files": "AutoProperty/*.{h,m}",
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.6"
22   }