blob: 4a3ff1b844b750c3cdafb755af0fce1308f47981 [file] [log] [blame]
{
"name": "LambdaKit",
"version": "0.3.2",
"license": "MIT",
"summary": "Closures on most used UIKit methods",
"homepage": "https://github.com/Reflejo/LambdaKit",
"social_media_url": "https://twitter.com/fz",
"authors": {
"Martin Conte Mac Donell": "reflejo@gmail.com"
},
"source": {
"git": "https://github.com/Reflejo/LambdaKit.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "10.0",
"watchos": "3.0"
},
"ios": {
"source_files": "Sources/LambdaKit/*.swift"
},
"watchos": {
"source_files": [
"Sources/LambdaKit/NSObject*.swift",
"Sources/LambdaKit/CLLocationManager*.swift"
]
}
}