blob: e45bfa23b08a17db7212462b539ad2d9b729c777 [file] [log] [blame]
{
"name": "RHSocketKit",
"version": "1.0.7",
"summary": "A socket kit based on CocoaAsyncSocket.",
"homepage": "https://github.com/zhu410289616/RHSocketKit",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"zhu410289616": "zhu410289616@163.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/zhu410289616/RHSocketKit.git",
"tag": "1.0.7"
},
"default_subspecs": [
"Core",
"Extend"
],
"subspecs": [
{
"name": "Core",
"source_files": "RHSocketKit/Core/*.{h,m}",
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.4.1"
]
}
},
{
"name": "Extend",
"dependencies": {
"RHSocketKit/Core": [
]
},
"source_files": "RHSocketKit/Extend/*.{h,m}",
"requires_arc": true
}
]
}