blob: 50e183678196942314ba849042de1ed3fb544d43 [file] [log] [blame]
{
"name": "LambdaKit",
"version": "0.0.1",
"license": "MIT",
"summary": "Closures on most used UIKit methods",
"homepage": "https://github.com/Reflejo/ClosureKit",
"social_media_url": "https://twitter.com/fz",
"authors": {
"Martin Conte Mac Donell": "reflejo@gmail.com"
},
"source": {
"git": "https://github.com/Reflejo/ClosureKit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"ios": {
"source_files": "Source/*.swift"
},
"watchos": {
"source_files": [
"Source/NSObject*.swift",
"Source/NSTimer*.swift"
]
}
}