blob: 98d4ce9e39fd9099d9dbbea42a1d464fbdfbbed8 [file] [log] [blame]
{
"name": "ObservableKit",
"version": "1.0.0",
"summary": "ObservableKit is the easiest way to observe values in Swift",
"requires_arc": true,
"homepage": "https://github.com/limadeveloper/ObservableKit",
"license": "MIT",
"authors": {
"John Lima": "john.limadeveloper@gmail.com"
},
"social_media_url": "https://twitter.com/johncarloslima",
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/limadeveloper/ObservableKit.git",
"tag": "1.0.0"
},
"source_files": "Framework/ObservableKit/Source/*.{swift}",
"swift_versions": "4.0"
}