| { |
| "name": "JUtilities", |
| "version": "1.1", |
| "summary": "iOS Utilities", |
| "description": "iOS Utilities for Develepment.", |
| "homepage": "https://github.com/wishWinds/JUtilities.git", |
| "license": "MIT", |
| "authors": { |
| "shupeng": "john.hi.gm@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/wishWinds/JUtilities.git", |
| "tag": "1.1" |
| }, |
| "source_files": "JUtilities/JUtilities.h", |
| "public_header_files": "JUtilities/JUtilities.h", |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "Runtime", |
| "source_files": "JUtilities/Runtime/*.{h,m}", |
| "public_header_files": "JUtilities/Runtime/*.h" |
| }, |
| { |
| "name": "Foundation", |
| "source_files": "JUtilities/Foundation/*.{h,m}", |
| "public_header_files": "JUtilities/Foundation/*.h" |
| }, |
| { |
| "name": "UIKit", |
| "source_files": "JUtilities/UIKit/*.{h,m}", |
| "public_header_files": "JUtilities/UIKit/*.h", |
| "subspecs": [ |
| { |
| "name": "UIResponderRouter", |
| "source_files": "JUtilities/UIKit/UIResponderRouter/*.{h,m}", |
| "public_header_files": "JUtilities/UIKit/UIResponderRouter/*.h" |
| } |
| ] |
| } |
| ] |
| } |