| { |
| "name": "NRShopSugerLib", |
| "version": "0.0.5", |
| "summary": "the part of NRCGlobalShop lib", |
| "homepage": "https://github.com/sugerGDev/NRShopSugerLib", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "suger": "gjw_2007@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/sugerGDev/NRShopSugerLib.git", |
| "tag": "0.0.5" |
| }, |
| "source_files": "NRShopSugerLib/MyObject/**/*.{h,m}", |
| "public_header_files": "NRShopSugerLib/MyObject/**/*.h", |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "Photos", |
| "QuartzCore" |
| ], |
| "resources": "NRShopSugerLib/MyObject/Resources/*.{png,xib,nib,bundle,storyboard}", |
| "dependencies": { |
| "Masonry": [ |
| |
| ], |
| "YYKit": [ |
| |
| ] |
| } |
| } |