blob: 0d9a7289fc58ffa00152090f748b85901c56c661 [file] [log] [blame]
{
"name": "GLNetworking",
"version": "2.5.1",
"summary": "Just Simple Networking .by liguoliang.",
"description": "A simple of Networking. by liguoliang 36617161@qq.com",
"homepage": "https://github.com/GL9700/GLNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liguoliang": "36617161@qq.com"
},
"source": {
"git": "https://github.com/GL9700/GLNetworking.git",
"tag": "2.5.1"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "GLNetworking/Classes/Core/**/*.{h,m}",
"frameworks": "SystemConfiguration",
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "Cache",
"source_files": "GLNetworking/Classes/Cache/**/*.{h,m}",
"dependencies": {
"GLNetworking/Core": [
]
}
},
{
"name": "GraphQL",
"source_files": "GLNetworking/Classes/GraphQL/**/*.{h,m}",
"dependencies": {
"GLNetworking/Core": [
],
"YYModel": [
]
}
}
]
}