blob: 6520442c3b168c7da7d23cb1d43b657633f4c5ba [file] [log] [blame]
{
"name": "Piper",
"version": "1.0.0",
"summary": "Sequential Queue-Oriented Operations",
"description": "Piper allows you to simplify your multi-threaded code for sequential operations.",
"homepage": "https://github.com/bradhilton/Piper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/Piper.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"requires_arc": true
}