[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / d / a / Piper / 1.0.0 / Piper.podspec.json
blob6520442c3b168c7da7d23cb1d43b657633f4c5ba
2   "name": "Piper",
3   "version": "1.0.0",
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.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": [
23     "Sources",
24     "Sources/**/*.{swift,h,m}"
25   ],
26   "requires_arc": true