| { |
| "name": "SwiftRaisedTab", |
| "version": "0.1.0", |
| "summary": "SwiftRaisedTab recreates raised center tab item seen in many social networking apps.", |
| "description": "SwiftRaisedTab is a simple library written in Swift that recreates raised center tab item seen in many social networking apps.", |
| "homepage": "https://github.com/itsKaynine/SwiftRaisedTab", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Punnawut Khowkittipaiboon": "me@itskaynine.com" |
| }, |
| "source": { |
| "git": "https://github.com/itsKaynine/SwiftRaisedTab.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/itsKaynine", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SwiftRaisedTab/*.{m,h,swift}", |
| "requires_arc": true |
| } |