[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 3 / 6 / MyFirstCocoa / 0.1.0 / MyFirstCocoa.podspec.json
blobf92dc90201a188698525921ea607f48e5885ce7a
2   "name": "MyFirstCocoa",
3   "platforms": {
4     "ios": "12.0"
5   },
6   "summary": "Print Hello World",
7   "requires_arc": true,
8   "version": "0.1.0",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Thong Hao Yi": "thonghaoyi@gmail.com"
15   },
16   "homepage": "https://github.com/abaothong/MyFirstCocoa",
17   "source": {
18     "git": "https://github.com/abaothong/MyFirstCocoa.git",
19     "tag": "0.1.0"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.7"
25     ],
26     "MBProgressHUD": [
27       "~> 1.1.0"
28     ]
29   },
30   "source_files": "MyFirstCocoa/**/*.{swift}",
31   "resources": "MyFirstCocoa/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
32   "swift_version": "4.2"