blob: 5615c44c30a3381b6892adbee6311ffed7436faa [file] [log] [blame]
{
"name": "EasySoap",
"version": "0.1.1",
"summary": "A short description of EasySoap.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/MarcioFPaludo/EasySoap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MarcioFPaludo": "MarcioF.Paludo@gmail.com"
},
"source": {
"git": "https://github.com/MarcioFPaludo/EasySoap.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "EasySoap/Classes/**/*",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}