[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / e / 4 / AXAttributedString / 0.2.4 / AXAttributedString.podspec.json
blobef9a4100f75a0efe601b11ec14aa58c4279753cb
2   "name": "AXAttributedString",
3   "version": "0.2.4",
4   "summary": "An easier attribute text creator, use chain-syntax.",
5   "homepage": "https://github.com/arnoldxiao/AXAttributedString",
6   "screenshots": [
7     "https://github.com/arnoldxiao/AXAttributedString/blob/master/Code_Example%402x.png",
8     "https://github.com/arnoldxiao/AXAttributedString/blob/master/UI_Screenshot_iPhoneSE%402x.png"
9   ],
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "arnoldxiao": "arnoldxiao@163.com"
16   },
17   "social_media_url": "https://weibo.com/arnoldxiao",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source": {
23     "git": "https://github.com/arnoldxiao/AXAttributedString.git",
24     "tag": "0.2.4"
25   },
26   "public_header_files": "AXAttributedString/Core/*.h",
27   "source_files": "AXAttributedString/Core/*.{h,m}",
28   "subspecs": [
29     {
30       "name": "Core",
31       "public_header_files": "AXAttributedString/Core/*.h",
32       "source_files": "AXAttributedString/Core/*.{h,m}",
33       "frameworks": [
34         "Foundation",
35         "CoreGraphics"
36       ]
37     },
38     {
39       "name": "UI",
40       "public_header_files": "AXAttributedString/UI/*.h",
41       "source_files": "AXAttributedString/UI/*.{h,m}",
42       "frameworks": "UIKit",
43       "dependencies": {
44         "AXAttributedString/Core": [
46         ]
47       }
48     }
49   ]