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