[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 0 / d / a / Piper / 1.0.1 / Piper.podspec.json
blobad8ffd2cf46747c7efcbdad22db29551a7ed82e5
2   "name": "Piper",
3   "version": "1.0.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.0.1"
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