| { |
| "name": "DTFormMenuController", |
| "version": "0.1.2", |
| "summary": "Utility for creating functional forms in iOS", |
| "description": "# DTForm Menu Controller\n\nUtility for creating functional forms in iOS.\n", |
| "homepage": "https://github.com/DTHENG/DTFormMenuController", |
| "license": "MIT", |
| "authors": { |
| "DTHENG": "fender5289@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/DTHENG/DTFormMenuController.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "*.{h,m}", |
| "resource_bundles": { |
| "DTFormMenuController": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "public_header_files": "Classes/*.h" |
| } |