[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / 4 / AXAttributedString / 0.2.3 / AXAttributedString.podspec.json
blobe3c01c6a6d84d8d60bd3cb647617668f1231d3de
2   "name": "AXAttributedString",
3   "version": "0.2.3",
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     "xiaochenghua": "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.3"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "public_header_files": "AXAttributedString/Core/*.h",
30       "source_files": "AXAttributedString/Core/*.{h,m}",
31       "frameworks": [
32         "Foundation",
33         "CoreGraphics"
34       ]
35     },
36     {
37       "name": "UI",
38       "public_header_files": "AXAttributedString/UI/*.h",
39       "source_files": "AXAttributedString/UI/*.{h,m}",
40       "frameworks": "UIKit",
41       "dependencies": {
42         "AXAttributedString/Core": [
44         ]
45       }
46     }
47   ]