blob: 30216579c9db62c17e53efc420891812a812df98 [file] [log] [blame]
{
"name": "Piper",
"version": "1.1.1",
"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.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"requires_arc": true
}