[Add] TPNBaiduSDKAdapter 6.4.35
[CocoaPods.git] / Specs / d / 4 / 6 / PineSwiftStarter / 0.0.4 / PineSwiftStarter.podspec.json
blob82bf2a4bcd12033536a710e6acb12bbb35d201e3
2   "name": "PineSwiftStarter",
3   "version": "0.0.4",
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.4"
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     "Alamofire": [
31       "~> 4.5"
32     ],
33     "SwiftyJSON": [
34       "~> 4.0.0"
35     ]
36   },
37   "pushed_with_swift_version": "3.0"