| { |
| "name": "Plist", |
| "version": "0.1.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": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Plist/Classes/**/*", |
| "resource_bundles": { |
| "Plist": [ |
| "Plist/Assets/*.png" |
| ] |
| } |
| } |