blob: fc9bf027b5106cb2c1180dce6536020b6a98d285 [file] [log] [blame]
{
"name": "PropertyExtensions",
"version": "1.0.4",
"summary": "Add Stored Properties In Swift Class Extensions",
"description": "PropertyExtensions allows you to dynamically add properties to your class extensions.",
"homepage": "https://github.com/bradhilton/PropertyExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/PropertyExtensions.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"PropertyExtensions",
"PropertyExtensions/**/*.{swift,h,m}"
],
"requires_arc": true
}