| { |
| "name": "Plist", |
| "version": "1.0.0", |
| "summary": "A Swift framework to make working with plists easy.", |
| "description": "Plist is a Swift library designed to make it easier to work the .plist files in Swift.\nIt has an API inspired by SwiftyJSON library.", |
| "homepage": "https://github.com/BenziAhamed/Plist", |
| "license": "MIT", |
| "authors": { |
| "Benzi Ahamed": "to.benzi@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/BenziAhamed/Plist.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Plist/Classes/**/*", |
| "pushed_with_swift_version": "3.0" |
| } |