[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 0 / LiCore / 0.1.0 / LiCore.podspec.json
blobec11a5c0dbf042e254bfa6170ede1a4e3d7cbf38
2   "name": "LiCore",
3   "version": "0.1.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.1.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   }