[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 0 / 6 / d / PopperTools / 2.2.2 / PopperTools.podspec.json
blobdcd7e3121ddb02848736bcbe88dedfcd78f0b67c
2   "name": "PopperTools",
3   "version": "2.2.2",
4   "summary": "A tiny tiny library that makes your Objective-C programming little happy :-)",
5   "description": "                   PopperTools is a jumble of Objective-C's categories.\n                   You should add -ObjC flag to linker flag.\n",
6   "homepage": "http://moriturus.github.io/PopperTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Henrique Sasaki Yuya": "es.moriturus@icloud.com"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/moriturus/PopperTools.git",
20     "tag": "2.2.2"
21   },
22   "source_files": "PopperTools/*.{h,m}",
23   "public_header_files": "PopperTools/*.h",
24   "requires_arc": true,
25   "ios": {
26     "frameworks": [
27       "Foundation",
28       "UIKit"
29     ]
30   },
31   "osx": {
32     "frameworks": [
33       "Foundation",
34       "AppKit"
35     ]
36   }