[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / f / 0 / LiCore / 0.2.0 / LiCore.podspec.json
blob6647054722c90adcc820e8d09e59fc8b2117d696
2   "name": "LiCore",
3   "version": "0.2.0",
4   "summary": "Lithium community Core SDK",
5   "homepage": "http://community.lithium.com/",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Shekhar Dahore": "shekhar.dahore@lithium.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "swift_version": "3.2",
14   "source": {
15     "git": "https://github.com/lithiumtech/li-ios-sdk.git",
16     "tag": "0.2.0"
17   },
18   "source_files": [
19     "Sources/LiCore/*",
20     "Sources/LiCore/**/*.{swift,h,m}"
21   ],
22   "resource_bundles": {
23     "LiCore": "Sources/LiCore/Resources/*"
24   },
25   "resources": [
26     "Sources/LiCore/Resources/*"
27   ],
28   "dependencies": {
29     "Alamofire": [
30       "~> 4.4"
31     ]
32   }