[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 9 / 3 / DataTowerIOSCore / 3.0.3 / DataTowerIOSCore.podspec.json
blobc050408d29d7f7d6c907d913d99d6bf015486561
2   "name": "DataTowerIOSCore",
3   "version": "3.0.3",
4   "summary": "This is a ios frameWork for LovinJoy Data Tower.",
5   "description": "DataTower.framework provides a quick way to record your project acttion",
6   "homepage": "https://github.com/lovinjoy/datatower.ai-core-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "developer": "developer@datatower.ai"
13   },
14   "source": {
15     "git": "https://github.com/lovinjoy/datatower.ai-core-ios.git",
16     "tag": "v3.0.3"
17   },
18   "ios": {
19     "vendored_frameworks": "DataTowerAICore.framework"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "frameworks": [
25     "QuartzCore",
26     "UIKit",
27     "Foundation",
28     "SystemConfiguration",
29     "CoreGraphics",
30     "Security",
31     "CoreTelephony"
32   ],
33   "libraries": [
34     "sqlite3",
35     "z"
36   ],
37   "requires_arc": true,
38   "platforms": {
39     "ios": "11.0"
40   }