[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 4 / 9 / 2 / PINOperation / 1.2.2 / PINOperation.podspec.json
blob7f367ce64d0649aa430a15fb5122ae1a8303cdf7
2   "name": "PINOperation",
3   "version": "1.2.2",
4   "homepage": "https://github.com/pinterest/PINOperation",
5   "summary": "Fast, concurrency-limited task queue for iOS and OS X.",
6   "authors": {
7     "Garrett Moon": "garrett@pinterest.com"
8   },
9   "source": {
10     "git": "https://github.com/pinterest/PINOperation.git",
11     "tag": "1.2.2"
12   },
13   "license": {
14     "type": "Apache 2.0",
15     "file": "LICENSE.txt"
16   },
17   "requires_arc": true,
18   "frameworks": "Foundation",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.8",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "prefix_header_contents": "#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif",
26   "source_files": "Source/**/*.{h,m,mm}"