[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 1 / 6 / PropertyExtensions / 1.0.4 / PropertyExtensions.podspec.json
blobfc9bf027b5106cb2c1180dce6536020b6a98d285
2   "name": "PropertyExtensions",
3   "version": "1.0.4",
4   "summary": "Add Stored Properties In Swift Class Extensions",
5   "description": "PropertyExtensions allows you to dynamically add properties to your class extensions.",
6   "homepage": "https://github.com/bradhilton/PropertyExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brad Hilton": "brad@skyvive.com"
13   },
14   "source": {
15     "git": "https://github.com/bradhilton/PropertyExtensions.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": [
23     "PropertyExtensions",
24     "PropertyExtensions/**/*.{swift,h,m}"
25   ],
26   "requires_arc": true