blob: 269ba8187086d3ab0bbc3f7a030ac876f2b3e9fd [file] [log] [blame]
{
"name": "JQPhoneNetwork",
"version": "1.0.8",
"summary": "Mobile phone network type: Mobile | Unicom | Telecom; Mobile network status monitoring: Unknown, no network, 2g, 3g, 4g.",
"homepage": "https://github.com/xiaohange/JQPhoneNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hari": "532167805@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xiaohange/JQPhoneNetwork.git",
"tag": "1.0.8"
},
"social_media_url": "https://weibo.com/hjq995",
"requires_arc": true,
"source_files": "JQPhoneNetwork/JQPhoneNetwork.h",
"subspecs": [
{
"name": "PhoneHelper",
"source_files": "JQPhoneNetwork/PhoneHelper/**/*"
},
{
"name": "NetworkListener",
"dependencies": {
"JQPhoneNetwork/PhoneHelper": [
],
"AFNetworking": [
]
},
"source_files": "JQPhoneNetwork/NetworkListener/**/*",
"requires_arc": false
}
]
}