| { |
| "name": "XWToolManager", |
| "version": "0.0.1", |
| "summary": "A repository showing how to make podspec file.", |
| "description": "A repository showing how to make podspec file...", |
| "homepage": "https://github.com/YYWDark/XWToolManager.git", |
| "license": "MIT", |
| "authors": { |
| "wangyayun": "wangyayun0629@163.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/YYWDark/XWToolManager.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "XWToolManager/Classes/**/*.{h,m}", |
| "resources": "XWToolManager/Assets/**/*.{png,jpg}", |
| "frameworks": [ |
| "UIKit", |
| "QuartzCore", |
| "Foundation" |
| ], |
| "requires_arc": true |
| } |