| { |
| "name": "TSActionSheet", |
| "version": "0.1.5", |
| "platforms": { |
| "ios": "8.2" |
| }, |
| "summary": "A really easy and beautiful custom UIActionSheet", |
| "description": "A really easy and beautiful custom UIActionSheet.\n* Block callback\n* Customizable colors\n* Customizable fonts\n* Customizable background", |
| "homepage": "https://github.com/bnolens/TSActionSheet", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Benoit Nolens": "benoit@truestory.io" |
| }, |
| "source": { |
| "git": "https://github.com/bnolens/TSActionSheet.git", |
| "tag": "0.1.5" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*.{h,m}", |
| "resource_bundles": { |
| "UserInterface": [ |
| "Pod/Classes/**/*.{xib}" |
| ] |
| }, |
| "frameworks": "UIKit" |
| } |