| { |
| "name": "FSActionSheet", |
| "version": "1.0.1", |
| "summary": "Custom ActionSheet like WeChat.", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "homepage": "https://github.com/lifution/FSActionSheet", |
| "authors": { |
| "Allen": "https://github.com/lifution" |
| }, |
| "source": { |
| "git": "https://github.com/lifution/FSActionSheet.git", |
| "tag": "1.0.1" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "resources": "FSActionSheet/FSActionSheet/FSActionSheetResources/*", |
| "source_files": [ |
| "FSActionSheet/FSActionSheet/*", |
| "*.{h,m}" |
| ] |
| } |