[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 8 / 9 / c / LYFactAppCommon / 1.12.2 / LYFactAppCommon.podspec.json
blobdcc72480f9a669597641fd6828a088d2ef2e976d
2   "name": "LYFactAppCommon",
3   "version": "1.12.2",
4   "summary": "LYFactAppCommon.",
5   "description": "LYFactAppCommon:\n* app common library for base classes.\n* open source.\n* support iOS 12.0+. ( x64 :) )\n* 1.0.6: Refactoring: pop view base(LYPopView); view, control, view controller, table cell, collection cell, image control, label control(LYCore)\n* 1.0.7: Refactoring: web image loader(LYCore)\n* 1.0.8: Model baseclass.\n* 1.0.9: header & import.\n* 1.0.10: table collection view baseclass.\n* 1.12.0: deployment target iOS12",
6   "homepage": "https://github.com/blodely/LYFactAppCommon",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Luo Yu(blodely)": "indie.luo@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/blodely/LYFactAppCommon.git",
16     "tag": "1.12.2"
17   },
18   "social_media_url": "https://weibo.com/blodely",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": "LYFactAppCommon/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "MapKit",
26     "WebKit"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "~> 4.0.1"
31     ],
32     "FCUUID": [
33       "~> 1.3.1"
34     ],
35     "LYCategory": [
36       "~> 1.14.0"
37     ],
38     "JLRoutes": [
40     ]
41   }