[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 9 / e / 3 / VSPromise / 1.0.0 / VSPromise.podspec.json
blobd44fc21d332fbbebdda00b5821c41ac0b81f7cec
2   "name": "VSPromise",
3   "version": "1.0.0",
4   "summary": "A simple lightweight Ojective-C promises",
5   "description": "VSPromise is a simple Objective-C implementation of promises.",
6   "homepage": "https://github.com/ViacheslavSoroka/VSPromise",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Viacheslav Soroka": "viacheslav.soroka@tutanota.com"
13   },
14   "source": {
15     "git": "https://github.com/ViacheslavSoroka/VSPromise.git",
16     "tag": "1.0.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0"
23   },
24   "header_mappings_dir": "Source",
25   "source_files": "Source/**/*.{swift,h,m,c,cpp}"