blob: c077c3f3e4e124b31e614ac3a98b9cd6686c0d2c [file] [log] [blame]
{
"name": "SGTouchPointer",
"version": "0.1.4",
"summary": "iOS Touch point presenter with AirPlay",
"homepage": "https://github.com/SanggeonPark/SGTouchPointer",
"source": {
"git": "https://github.com/SanggeonPark/SGTouchPointer.git",
"tag": "0.1.4"
},
"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}"
}
]
}