[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / e / 4 / AXAttributedString / 0.2.2 / AXAttributedString.podspec.json
blob8ea8c089ea0eaad8a326a0aaa46ca9eed1ddde88
2   "name": "AXAttributedString",
3   "version": "0.2.2",
4   "summary": "An easier NSAttributedString builder, Use Chain-syntax like Masonry.",
5   "homepage": "https://github.com/arnoldxiao/AXAttributedString",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "xiaochenghua": "arnoldxiao@163.com"
12   },
13   "social_media_url": "https://weibo.com/arnoldxiao",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/arnoldxiao/AXAttributedString.git",
20     "tag": "0.2.2"
21   },
22   "public_header_files": [
23     "AXAttributedString/Core/*.h",
24     "AXAttributedString/UI/*.h"
25   ],
26   "source_files": [
27     "AXAttributedString/Core/*.{h,m}",
28     "AXAttributedString/UI/*.{h,m}"
29   ],
30   "frameworks": [
31     "Foundation",
32     "CoreGraphics",
33     "UIKit"
34   ]