[Delete] WalleePaymentSdkStaging 1.4.0
[CocoaPods.git] / Specs / 1 / 4 / 5 / AppSettings / 1.0.0 / AppSettings.podspec.json
blob79e292cb2116826d3afff55f291cff06254711c7
2   "name": "AppSettings",
3   "version": "1.0.0",
4   "summary": "Tool that allows automatic serialization and deserialization of objects to NSDictionary.",
5   "description": "                   `AppSettings` is a simple tool that allows automatic serialization and deserialization of objects \n                   to `NSDictionary` with writing and reading them from `NSUserDefaults`. \n                   Originally created to simply manage app settings in `NSUserDefaults`.\n",
6   "homepage": "https://github.com/burczyk/AppSettings",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kamil Burczyk": "kamil.burczyk@sigmapoint.pl"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/burczyk/AppSettings.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "AppSettings",
22   "requires_arc": true