blob: b0a355136c6634cec6df373c6808ccc0683f83dc [file] [log] [blame]
{
"name": "SGTouchPointer",
"version": "0.1.3",
"summary": "iOS Touch point presenter with AirPlay",
"homepage": "https://github.com/SanggeonPark/SGTouchPointer",
"source": {
"git": "https://github.com/SanggeonPark/SGTouchPointer.git",
"tag": "0.1.3"
},
"authors": {
"Sanggeon Park": "gunnih@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"license": {
"type": "BSD-new",
"file": "LICENSE.txt"
},
"public_header_files": "SGTouchPointerSource/*.h",
"default_subspecs": "SGTouchPointerSource",
"subspecs": [
{
"name": "SGTouchPointerSource",
"source_files": "SGTouchPointerSource/*.{h,m}"
}
]
}