blob: 314dee75c1179aa23efeb2bde64e292051abf20b [file] [log] [blame]
{
"name": "PBTimelineView",
"platforms": {
"ios": "8.0"
},
"version": "1.0.0",
"summary": "A tree view to show your events or anything else.",
"description": "This library has been created to show events or anything else in a tree view",
"homepage": "https://github.com/paul1893/PBTimelineView-iOS",
"screenshots": "https://raw.githubusercontent.com/paul1893/PBTimelineView-iOS/master/Screenshots/demo.gif",
"authors": {
"paul1893": "pspol@hotmail.fr"
},
"license": "{ :type => \"MIT\", :file => \"license\" }",
"social_media_url": "https://github.com/paul1893",
"source": {
"git": "https://github.com/paul1893/PBTimelineView-iOS.git",
"tag": "1.0.0"
},
"source_files": "PBTimelineView/lib/**/*",
"exclude_files": [
"PBTimelineView/example/**/*",
"PBTimelineView/Base.lproj/**/*"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}