[Add] VIDVLiveness 3.0.4
[CocoaPods.git] / Specs / 2 / a / d / SwiftyStorage / 0.0.2 / SwiftyStorage.podspec.json
blob866892d7bdbb14913abde4832973d26843cd7f52
2   "name": "SwiftyStorage",
3   "version": "0.0.2",
4   "summary": "Swift NSUserDefaults class imitate JavaScript localStorage",
5   "homepage": "https://github.com/TheAbstractDev/SwiftyStorage",
6   "authors": {
7     "Sofiane Beors (TheAbstractDev)": "theabstractdev@gmail.com"
8   },
9   "license": "MIT",
10   "source": {
11     "git": "https://github.com/TheAbstractDev/SwiftyStorage.git",
12     "tag": "0.0.2"
13   },
14   "source_files": [
15     "SwiftyStorage",
16     "SwiftyStorage/**/*.{h,m}"
17   ],
18   "frameworks": "UIKit",
19   "platforms": {
20     "ios": "8.0"
21   }