[Add] VIDVOCR 3.1.5
[CocoaPods.git] / Specs / b / a / 7 / APLObject / 0.0.2 / APLObject.podspec.json
blobdf81941862d6d68a9794fc14b455da9070b94f88
2   "name": "APLObject",
3   "version": "0.0.2",
4   "summary": "NSObject subclass with automatic debugDescription",
5   "description": "                   creates a debug description containing all properties and their value using runtime-magic\n",
6   "homepage": "https://github.com/apploft/APLObject",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tobias Conradi": "tobias.conradi@apploft.de"
13   },
14   "source": {
15     "git": "https://github.com/apploft/APLObject.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true