[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 4 / 6 / PineSwiftStarter / 0.0.2 / PineSwiftStarter.podspec.json
blob45f0a684cdae32ba880dbd6dd8df556972461ce7
2   "name": "PineSwiftStarter",
3   "version": "0.0.2",
4   "summary": "A Starter Kit of iOS Swift Application Development",
5   "homepage": "http://pinelane.surge.sh",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Prakash Raman": "prakash.raman.ka@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/pinelane/PineSwiftStarter.git",
18     "tag": "0.0.2"
19   },
20   "source_files": [
21     "Source/*.swift",
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "dependencies": {
27     "EasyPeasy": [
28       "~> 1.6.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"