blob: aadd24debf1d69ba8e6abe5dacbaf444175d5d46 [file] [log] [blame]
{
"name": "SwiftDelayer",
"version": "1.0.2",
"summary": "Simple GCD delayer wrapper in Swift",
"description": "Just a simple wrapper for the GCD delay functionality written in Swift",
"homepage": "https://github.com/PiXeL16/SwiftDelayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Jimenez": "cjimenez16@gmail.com"
},
"social_media_url": "http://twitter.com/chrisjimeneznat",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PiXeL16/SwiftDelayer.git",
"tag": "1.0.2"
},
"source_files": [
"SwiftDelayer/",
"SwiftDelayer/**/*.{h,m,swift}"
],
"requires_arc": true
}