blob: 1955249b5269f0dced63b754d6fbbb9591e90f3a [file] [log] [blame]
{
"name": "Folklore",
"version": "0.4.0",
"license": "MIT",
"summary": "League of Legends chat service library for iOS and OS X.",
"homepage": "https://github.com/jcouture/Folklore",
"authors": {
"Jean-Philippe Couture": "jcouture@gmail.com"
},
"source": {
"git": "https://github.com/jcouture/Folklore.git",
"tag": "0.4.0"
},
"source_files": "Folklore",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
},
"platforms": {
"osx": "10.7",
"ios": "6.0"
},
"dependencies": {
"XMPPFramework": [
"~> 3.6.4"
]
}
}