blob: e5f7b343f17d0407cd7bdf4a2cc81975cb69e286 [file] [log] [blame]
{
"name": "MomentsPicker",
"version": "1.0.1",
"summary": "iOS Moments-like image picking library",
"description": "iOS Moments-like image picking library with multiple selection support.",
"homepage": "https://github.com/zh-wang/MomentsPicker",
"screenshots": "http://i.imgur.com/jskUS9P.png",
"license": "MIT",
"authors": {
"zh-wang": "viennakanon@gmail.com"
},
"source": {
"git": "https://github.com/zh-wang/MomentsPicker.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/viennakanon",
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MomentsPicker": [
"Pod/Assets/*.png"
]
},
"frameworks": "Photos"
}