| { |
| "name": "MGTBRrefresh", |
| "version": "0.0.1", |
| "summary": "pull refresh", |
| "homepage": "https://github.com/guohongqi-china/MGTBRrefresh", |
| "license": "MIT", |
| "authors": { |
| "guohongqi-china": "820003039@qq.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/guohongqi-china/MGTBRrefresh.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "MGTBRrefresh/MGTBRrefresh.h", |
| "public_header_files": "MGTBRrefresh/MGTBRrefresh.h", |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "prefix_header_contents": "#ifndef TARGET_OS_IOS\n #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif", |
| "subspecs": [ |
| { |
| "name": "FrameWork", |
| "source_files": "MGTBRrefresh/Component/**/*.{h,m}", |
| "public_header_files": "MGTBRrefresh/Component/**/*.{h}", |
| "ios": { |
| "frameworks": [ |
| "MobileCoreServices", |
| "CoreGraphics" |
| ] |
| } |
| } |
| ] |
| } |