| { | |
| "name": "STCTabView", | |
| "version": "0.1.0", | |
| "summary": "View library to create browser-like tab bar.", | |
| "homepage": "https://github.com/satococoa/STCTabView", | |
| "license": "MIT", | |
| "authors": { | |
| "Satoshi Ebisawa": "e.satoshi@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/satococoa/STCTabView.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Pod/Classes", | |
| "public_header_files": "Pod/Classes/**/*.h", | |
| "frameworks": [ | |
| "UIKit", | |
| "QuartzCore" | |
| ] | |
| } |