[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / b / 2 / FFPopup / 1.0.0 / FFPopup.podspec.json
bloba0460bf78afbbdb9a972e204256f81166cb930de
2   "name": "FFPopup",
3   "version": "1.0.0",
4   "summary": "Presenting custom views as a popup in iOS.",
5   "description": "A lightweight library for presenting custom views as a popup in iOS.",
6   "homepage": "https://github.com/JonyFang/FFPopup",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JonyFang": "jony.chunfang@gmail.com"
13   },
14   "social_media_url": "https://www.jonyfang.com",
15   "requires_arc": true,
16   "frameworks": "UIKit",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "FFPopup/Classes/*.{h,m}",
21   "source": {
22     "git": "https://github.com/JonyFang/FFPopup.git",
23     "tag": "1.0.0"
24   }