| { |
| "name": "project-Normal", |
| "version": "1.0.5", |
| "license": "MIT", |
| "summary": "The project collects some common stortcut methods.", |
| "homepage": "https://github.com/qiancaox/project-Normal", |
| "social_media_url": "https://github.com/qiancaox/project-Normal", |
| "authors": { |
| "qiancaox": "http://qiancaox.top/" |
| }, |
| "source": { |
| "git": "https://github.com/qiancaox/project-Normal.git", |
| "tag": "1.0.5", |
| "submodules": true |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "public_header_files": "project-Normal/General/General.h", |
| "source_files": "project-Normal/General/General.h", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": [ |
| "project-Normal/General/UI*.{h,m}", |
| "project-Normal/General/NS*.{h,m}", |
| "project-Normal/General/ObjcRuntimeGeneral.{h,m}" |
| ], |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| } |
| ] |
| } |