blob: 0b49156175520860bcc19b13323a12eee3e300db [file] [log] [blame]
{
"name": "OpenClien",
"version": "0.1.0",
"summary": "Clien.net 비공식 iOS 라이브러리",
"homepage": "https://github.com/kewlbear/OpenClien",
"license": "Apache 2.0",
"authors": {
"Changbeom Ahn": "kewlbear@gmail.com"
},
"source": {
"git": "https://github.com/kewlbear/OpenClien.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"OpenClien",
"Vendor/GDataXML-HTML"
],
"compiler_flags": "-I/usr/include/libxml2",
"subspecs": [
{
"name": "GTM",
"source_files": "Vendor/GTM",
"requires_arc": false
}
]
}