blob: 1153692d517c7340336f9e0a28de21d5cdff10f2 [file] [log] [blame]
{
"name": "NHNetWork",
"version": "0.1.1",
"summary": "A short description of NHNetWork.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fenghanxu/NHNetWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fenghanxu": "1162851277@qq.com"
},
"source": {
"git": "https://github.com/fenghanxu/NHNetWork.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"NHNetWork/**/*.h",
"NHNetWork/*/**/*.h",
"NHNetWork/*/*/**/*.h",
"NHNetWork/*/*/*/**/*.h"
],
"source_files": [
"NHNetWork/**",
"NHNetWork/*/**",
"NHNetWork/*/*/**",
"NHNetWork/*/*/*/**"
],
"resource_bundles": {
"Asserts": [
"Asserts.bundle/*.png"
]
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
]
}