[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / d / 7 / 4 / Plist / 0.1.0 / Plist.podspec.json
blob3e6a4fee4224386fc7fe89647b0f28e2f503bcc2
2   "name": "Plist",
3   "version": "0.1.0",
4   "summary": "A Swift framework to make working with plists easy.",
5   "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.",
6   "homepage": "https://github.com/BenziAhamed/Plist",
7   "license": "MIT",
8   "authors": {
9     "Benzi Ahamed": "to.benzi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/BenziAhamed/Plist.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "Plist/Classes/**/*",
19   "resource_bundles": {
20     "Plist": [
21       "Plist/Assets/*.png"
22     ]
23   }