[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 8 / a / TOPropertyAccessor / 1.1.0 / TOPropertyAccessor.podspec.json
blob67c71da52ba9b0e8c2dc5a043edbe05e3fc01d94
2   "name": "TOPropertyAccessor",
3   "version": "1.1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An abstract class that enables hooking the properties of subclasses.",
9   "homepage": "https://github.com/TimOliver/TOPropertyAccessor",
10   "authors": "Tim Oliver",
11   "source": {
12     "git": "https://github.com/TimOliver/TOPropertyAccessor.git",
13     "tag": "1.1.0"
14   },
15   "source_files": "TOPropertyAccessor/**/*.{h,m}",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.9",
20     "tvos": "9.0"
21   }