[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / c / 1 / LambdaKit / 0.0.3 / LambdaKit.podspec.json
blob3dd46d172932a0e6b44de66ed4c074a97b388c64
2   "name": "LambdaKit",
3   "version": "0.0.3",
4   "license": "MIT",
5   "summary": "Closures on most used UIKit methods",
6   "homepage": "https://github.com/Reflejo/LambdaKit",
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/LambdaKit.git",
13     "tag": "0.0.3"
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       "Source/CLLocationManager*.swift"
27     ]
28   }