[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / a / c / AutoProperty / 1.0.0 / AutoProperty.podspec.json
blob3a2f79ca762e409983613c56a95ec8834d9c1f6b
2   "name": "AutoProperty",
3   "version": "1.0.0",
4   "authors": {
5     "Piotr Perzanowski": "p.m.perzanowski@gmail.com"
6   },
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/pegan/AutoPropertyInit",
12   "summary": "AutoPropertyInit 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.0"
16   },
17   "requires_arc": true,
18   "source_files": "AutoProperty/*.{h,m}",
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.6"
22   }