blob: 48c7e84f2f71065903443de9a4102e7daef615c5 [file] [log] [blame]
{
"name": "EasyIOS",
"version": "1.0.2",
"summary": "EasyIOS is a frameWork base on MKNetworkKit and MJRefresh",
"homepage": "https://github.com/zhuchaowe",
"social_media_url": "https://swift.08dream.com",
"platforms": {
"ios": "6.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhuchao": "zhuchaowe@163.com"
},
"source": {
"git": "https://github.com/zhuchaowe/EasyIOS.git",
"tag": "1.0.2"
},
"requires_arc": true,
"frameworks": [
"CoreFoundation",
"Foundation",
"CoreGraphics",
"Security",
"UIKit"
],
"libraries": [
"z.1.1.3",
"stdc++",
"sqlite3"
],
"subspecs": [
{
"name": "Easy",
"source_files": [
"Easy/**/*.{h,m,mm}",
"Extend/**/*.{h,m,mm}"
],
"requires_arc": true,
"resources": "Extend/**/*.{png}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz, $(SDKROOT)/usr/include/libxml2",
"CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
"CLANG_CXX_LIBRARY": "libstdc++",
"CLANG_WARN_DIRECT_OBJC_ISA_USAGE": "YES"
},
"prefix_header_contents": "#import \"Easy.h\""
}
]
}