[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / e / d / f / JTSActionSheet / 1.0.0 / JTSActionSheet.podspec.json
blobff8f1a4ef12bd973af5dba8d444f8f53e8fe62d5
2   "name": "JTSActionSheet",
3   "version": "1.0.0",
4   "summary": "Replacement for UIActionSheet on iOS, with customizable fonts and colors, and block-based actions.",
5   "homepage": "https://github.com/jaredsinclair/JTSActionSheet",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jared Sinclair": "https://twitter.com/jaredsinclair"
12   },
13   "source": {
14     "git": "https://github.com/jaredsinclair/JTSActionSheet.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "frameworks": "UIKit",
22   "compiler_flags": "-fmodules",
23   "source_files": [
24     "Source/*.{h,m}"
25   ]