blob: a6bc48a79acb4d2b894f60c9c19492ccde12a631 [file] [log] [blame]
{
"name": "GridView.iOS",
"version": "0.1.0",
"summary": "A grid view for iOS, based on NSGridView for macOS.",
"homepage": "https://github.com/roblokhorst/GridView",
"license": "MIT",
"authors": "Rob Lokhorst",
"social_media_url": "http://twitter.com/roblokhorst",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/roblokhorst/GridView.git",
"tag": "0.1.0"
},
"source_files": [
"GridView",
"GridView/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}