blob: 9b04ae9dee8fcc9233ac7b38cc6bfc8488521995 [file] [log] [blame]
{
"name": "YGLibrary",
"version": "1.0.2",
"summary": "YGLibrary includes many useful classes and categories",
"description": " YGLibrary includes many useful classes and cagetories\n",
"homepage": "https://github.com/vfa-thanhht/YGLibrary",
"license": "MIT",
"authors": {
"Thanh Huynh": "thanhht@vitalify.asia"
},
"source": {
"git": "https://github.com/vfa-thanhht/YGLibrary.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"ios": {
"libraries": [
"xml2",
"z"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"subspecs": [
{
"name": "SBJson",
"source_files": "YGLibrary/SBJson/Classes/*.{h,m}",
"requires_arc": true
},
{
"name": "RTCategory",
"source_files": "YGLibrary/RTCategory/RTCategory/*.{h,m}",
"requires_arc": true
},
{
"name": "RTDebugSupport",
"source_files": "YGLibrary/RTDebugSupport/RTDebugSupport/*.{h,m}",
"requires_arc": true
},
{
"name": "RTDictionaryObjectMapper",
"dependencies": {
"YGLibrary/RTCategory": [
]
},
"source_files": "YGLibrary/RTDictionaryObjectMapper/RTDictionaryObjectMapper/*.{h,m}",
"requires_arc": true
},
{
"name": "RTDictionaryObjectMapper",
"source_files": "YGLibrary/RTDictionaryObjectMapper/RTDictionaryObjectMapper/*.{h,m}",
"requires_arc": true
},
{
"name": "RTCacheableHttpFetcher",
"dependencies": {
"YGLibrary/GTMHTTPFetcher": [
]
},
"source_files": "YGLibrary/RTCacheableHttpFetcher/RTCacheableHttpFetcher/*.{h,m}",
"requires_arc": true
},
{
"name": "GDataXML-HTML",
"source_files": "YGLibrary/GDataXML-HTML/GDataXML-HTML/*.{h,m}",
"requires_arc": true
},
{
"name": "GTMHTTPFetcher",
"source_files": "YGLibrary/GTMHTTPFetcher/Source/*.{h,m}",
"requires_arc": false
}
]
}