| { | |
| "name": "Cassette", | |
| "version": "0.1.0", | |
| "license": { | |
| "type": "MIT" | |
| }, | |
| "homepage": "https://github.com/segmentio/cassette", | |
| "authors": { | |
| "Segment": "friends@segment.com" | |
| }, | |
| "summary": "A lightning fast file-based FIFO queue for iOS and OSX.", | |
| "source": { | |
| "git": "https://github.com/segmentio/cassette.git", | |
| "tag": "0.1.0" | |
| }, | |
| "public_header_files": "Cassette/*.h", | |
| "source_files": "Cassette/*.{h,m}", | |
| "platforms": { | |
| "ios": "8.0", | |
| "osx": "10.9" | |
| }, | |
| "requires_arc": true | |
| } |