| { |
| "name": "UtilPodSpec", |
| "version": "1.0.0", |
| "summary": "常用的工具集合,相册工具,定位工具,部分类别,扩展等", |
| "description": "On the basis of project util, more convenient, more concise.", |
| "homepage": "https://github.com/littleZhangqq/UtilPodSpec.git", |
| "license": "MIT", |
| "authors": { |
| "zhangqq": "[892750407@qq.com]" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/littleZhangqq/UtilPodSpec.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Util/**/*.{h,m}", |
| "ios": { |
| "frameworks": [ |
| "MobileCoreServices", |
| "UIKit", |
| "CoreTelephony" |
| ] |
| }, |
| "frameworks": [ |
| "Foundation", |
| "SystemConfiguration" |
| ] |
| } |