[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / 4 / AXAttributedString / 0.2.5 / AXAttributedString.podspec.json
blobd187f461fb79d8cf86bc2fd72518444e58ad3133
2   "name": "AXAttributedString",
3   "version": "0.2.5",
4   "summary": "An easier attribute text creator, use chain-syntax.",
5   "homepage": "https://github.com/arnoldxiao/AXAttributedString",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "arnoldxiao": "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.5"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "public_header_files": "AXAttributedString/Core/*.h",
26       "source_files": "AXAttributedString/Core/*.{h,m}",
27       "frameworks": [
28         "Foundation",
29         "CoreGraphics"
30       ]
31     },
32     {
33       "name": "UIKit",
34       "public_header_files": "AXAttributedString/UI/*.h",
35       "source_files": "AXAttributedString/UI/*.{h,m}",
36       "frameworks": "UIKit",
37       "dependencies": {
38         "AXAttributedString/Core": [
40         ]
41       }
42     }
43   ]