| { |
| "name": "ELKParallel", |
| "version": "0.0.4", |
| "summary": "常用OC分类", |
| "description": "常用OC分类集合", |
| "homepage": "https://github.com/elkshrek/ELKParallel-master", |
| "license": "MIT", |
| "authors": { |
| "Jonathan": "Jonathan_dk@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/elkshrek/ELKParallel-master.git", |
| "tag": "0.0.4" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "ELKParallel/ELKParallel.h", |
| "subspecs": [ |
| { |
| "name": "ELKCommon", |
| "source_files": "ELKParallel/ELKCommon/**/*.{h,m}" |
| }, |
| { |
| "name": "ELKTool", |
| "source_files": "ELKParallel/ELKTool/**/*.{h,m}", |
| "ios": { |
| "frameworks": [ |
| "SystemConfiguration", |
| "Foundation" |
| ] |
| }, |
| "libraries": [ |
| "c++", |
| "z" |
| ] |
| }, |
| { |
| "name": "ELKCategory", |
| "dependencies": { |
| "ELKParallel/ELKCommon": [ |
| |
| ], |
| "ELKParallel/ELKTool": [ |
| |
| ] |
| }, |
| "source_files": "ELKParallel/ELKCategory/**/*.{h,m}", |
| "ios": { |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "CoreTelephony", |
| "SystemConfiguration", |
| "NetworkExtension", |
| "AVFoundation" |
| ] |
| }, |
| "libraries": [ |
| "c++", |
| "z" |
| ] |
| } |
| ] |
| } |