[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / d / a / Piper / 1.1.1 / Piper.podspec.json
blob30216579c9db62c17e53efc420891812a812df98
2   "name": "Piper",
3   "version": "1.1.1",
4   "summary": "Sequential Queue-Oriented Operations",
5   "description": "Piper allows you to simplify your multi-threaded code for sequential operations.",
6   "homepage": "https://github.com/bradhilton/Piper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brad Hilton": "brad@skyvive.com"
13   },
14   "source": {
15     "git": "https://github.com/bradhilton/Piper.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": [
23     "Sources",
24     "Sources/**/*.{swift,h,m}"
25   ],
26   "requires_arc": true