{ | |
"name": "delayer", | |
"version": "1.0.0", | |
"summary": "Delayer is meant to callback after the specified delay", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"David Martin": "david@martinmacias.com" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"homepage": "https://github.com/cerberillo/delayer", | |
"source": { | |
"git": "https://github.com/cerberillo/delayer.git", | |
"tag": "1.0.0" | |
}, | |
"source_files": "delayer/delayer/*.{h,m}", | |
"frameworks": "AdSupport" | |
} |