[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / d / ATCategories / 0.1.42 / ATCategories.podspec.json
blobdfa7a11a4ca9d233da3507e0edc417cfebbd5132
2   "name": "ATCategories",
3   "version": "0.1.42",
4   "summary": "Category of Foundation and UIKit",
5   "homepage": "https://github.com/ablettchen/ATCategories",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ablettchen": "ablettchen@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/ablettchen/ATCategories.git",
15     "tag": "0.1.42"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "requires_arc": true,
21   "source_files": "ATCategories/**/*.{h,m}",
22   "public_header_files": "ATCategories/**/*.{h}",
23   "libraries": "z",
24   "frameworks": [
25     "UIKit",
26     "CoreFoundation",
27     "QuartzCore",
28     "CoreGraphics",
29     "CoreImage",
30     "CoreText",
31     "ImageIO",
32     "Accelerate"
33   ]