blob: f5e6c182453e4797f7da278d3a4359f565c44f53 [file] [log] [blame]
{
"name": "WSSNetworking",
"version": "0.0.7",
"summary": "Networking.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/WSmilec/WSSNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangsi": "18566663687@163.com"
},
"source": {
"git": "https://github.com/WSmilec/WSSNetworking.git",
"tag": "0.0.7"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AFNetworking": [
]
},
"subspecs": [
{
"name": "WSSNetworkManager",
"source_files": "WSSNetworking/Classes/WSSNetworkManager/**/*"
},
{
"name": "WSSReachabilityManager",
"source_files": "WSSNetworking/Classes/WSSReachabilityManager/**/*"
}
]
}