2 "name": "YJSoapEngine",
4 "summary": "A SoapEngine for iOS written in Objective - C",
5 "description": "YJSoapEngine is a class designed to simplify the implementation of a SOAP Web Service for iPhone, iPad. YJSoapEngine can be used to serialize custom objects for Soap Requests.",
6 "homepage": "https://github.com/yj7/YJSoapEngine",
12 "Yash Jhunjhunwala": "jhunjhunwalayash7@gmail.com"
14 "social_media_url": "http://twitter.com/yashj97",
19 "git": "https://github.com/yj7/YJSoapEngine.git",
23 "YJSoapEngine/GDataXMLNode.{h,m}",
24 "YJSoapEngine/XmlParser.{h,m}",
25 "YJSoapEngine/OrderedDictionary.{h,m}"
27 "public_header_files": "YJSoapEngine/YJSoapEngine.h",
30 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
31 "OTHER_LDFLAGS": "-lxml2"
35 "name": "TypeMapping",
36 "source_files": "YJSoapEngine/**/TypeMapping.{h,m}"
41 "YJSoapEngine/TypeMapping": [
45 "requires_arc": false,
47 "YJSoapEngine/GDataXMLNode.{h,m}",
48 "YJSoapEngine/XmlParser.{h,m}",
49 "YJSoapEngine/OrderedDictionary.{h,m}"
54 "source_files": "YJSoapEngine/*.{h,m}",
56 "YJSoapEngine/no-arc": [
61 "YJSoapEngine/GDataXMLNode.{h,m}",
62 "YJSoapEngine/XmlParser.{h,m}",
63 "YJSoapEngine/OrderedDictionary.{h,m}"
66 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
67 "OTHER_LDFLAGS": "-lxml2"