[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / 1 / LambdaKit / 0.0.1 / LambdaKit.podspec.json
blob50e183678196942314ba849042de1ed3fb544d43
2   "name": "LambdaKit",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "Closures on most used UIKit methods",
6   "homepage": "https://github.com/Reflejo/ClosureKit",
7   "social_media_url": "https://twitter.com/fz",
8   "authors": {
9     "Martin Conte Mac Donell": "reflejo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Reflejo/ClosureKit.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "watchos": "2.0"
18   },
19   "ios": {
20     "source_files": "Source/*.swift"
21   },
22   "watchos": {
23     "source_files": [
24       "Source/NSObject*.swift",
25       "Source/NSTimer*.swift"
26     ]
27   }