| { |
| "name": "HR_Networking", |
| "version": "0.1.0", |
| "summary": "HR_Networking", |
| "description": "risenb iOS development components of description", |
| "homepage": "https://github.com", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "穆英波": "obgniyum@icloud.com" |
| }, |
| "source": { |
| "git": "https://github.com/iOS-Risenb/HR_Networking.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "HR_Networking/Classes/*.{h}", |
| "resource_bundles": { |
| "HR_Networking": [ |
| "HR_Networking/**/*.{md}" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "Network", |
| "source_files": "HR_Networking/Classes/Network/*.{h,m}", |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Network_UI", |
| "source_files": "HR_Networking/Classes/Network_UI/**/*.{h,m}", |
| "resources": [ |
| "HR_Networking/Classes/Network_UI/**/*.xib" |
| ], |
| "dependencies": { |
| "HR_Networking/Network": [ |
| |
| ] |
| } |
| } |
| ] |
| } |