| { |
| "name": "GFCocoaTools", |
| "version": "0.1.3", |
| "summary": "自己使用的一个工具类.", |
| "description": "平时使用的一些工具类,为了方便,使用pod 打包起来,方便跨项目使用", |
| "homepage": "https://github.com/guofengld/GFCocoaTools", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "guofengld": "guofengld@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/guofengld/GFCocoaTools.git", |
| "tag": "0.1.3" |
| }, |
| "platforms": { |
| "ios": "8.1" |
| }, |
| "source_files": "GFCocoaTools/GFCocoaTools.h", |
| "dependencies": { |
| "SSZipArchive": [ |
| |
| ], |
| "MBProgressHUD": [ |
| |
| ] |
| }, |
| "resource_bundles": { |
| "GFCocoaTools": [ |
| "GFCocoaTools/Assets/*.png", |
| "GFCocoaTools/Assets/*.lproj" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "Classes", |
| "source_files": "GFCocoaTools/Classes/*.{h,m}" |
| } |
| ] |
| } |