blob: 8a98a6e81e49fdc5f926df7e9881cfed7ac0cad1 [file] [log] [blame]
{
"name": "THIn",
"version": "1.0",
"summary": "Three easy ways to do things later in Cocoa Touch.",
"homepage": "https://github.com/th-in-gs/THIn",
"authors": {
"James Montgomerie": "jamie@montgomerie.net"
},
"source": {
"git": "https://github.com/bendodson/THIn.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"license": {
"type": "Custom",
"file": "LICENSE"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}