blob: 0bd40248ea56b55192512f5edce1093c118d7918 [file] [log] [blame]
{
"name": "PicoKit",
"version": "0.6.0",
"summary": "A light Web Service client framework targeting iOS platform.",
"homepage": "https://github.com/maxep/PicoKit",
"authors": {
"Maxime Epain": "maxime.epain@gmail.com"
},
"social_media_url": "https://twitter.com/MaximeEpain",
"source": {
"git": "https://github.com/maxep/PicoKit.git",
"tag": "v0.6.0"
},
"license": "MIT",
"default_subspecs": "WebService",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": true,
"platforms": {
"ios": "6.1",
"osx": "10.7"
},
"header_mappings_dir": "Pod",
"subspecs": [
{
"name": "Core",
"source_files": [
"Pod/Core",
"Pod/Core/Converter",
"Pod/Core/Cache",
"Pod/Core/Schema",
"Pod/Core/XMLSupport"
],
"dependencies": {
"PicoKit/XMLWriter": [
],
"PicoKit/OrderedDictionary": [
],
"GDataXML-HTML": [
"~> 1.0.0"
]
}
},
{
"name": "WebService",
"source_files": "Pod/WebService",
"dependencies": {
"PicoKit/Soap": [
],
"AFNetworking": [
"~> 1.3.4"
]
},
"ios": {
"frameworks": [
"CFNetwork",
"MobileCoreServices",
"SystemConfiguration"
]
},
"osx": {
"frameworks": [
"CoreServices",
"SystemConfiguration"
]
},
"prefix_header_contents": "#import <Availability.h>\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n#else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n#endif\n"
},
{
"name": "Soap",
"source_files": [
"Pod/SOAP",
"Pod/SOAP/SOAP11",
"Pod/SOAP/SOAP12"
],
"dependencies": {
"PicoKit/Core": [
]
}
},
{
"name": "XMLWriter",
"source_files": "Pod/XMLWriter"
},
{
"name": "OrderedDictionary",
"source_files": "Pod/OrderedDictionary"
}
]
}