[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / b / 6 / e / CustomActionsheet / 0.1.1 / CustomActionsheet.podspec.json
blob8732692d333b1a6620aae0759463f266a23ec8c0
2   "name": "CustomActionsheet",
3   "version": "0.1.1",
4   "summary": "A custom actionsheet base class of UIView.",
5   "description": "This CocoaPod provides the custom actionsheet.\n                       Don't worry about the detailed part like show/dismiss animation.\n                       It handles everything inside itself.",
6   "homepage": "https://github.com/kamarshad/CustomActionsheet",
7   "license": "MIT",
8   "authors": {
9     "kamarshad": "kamarshad0786@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kamarshad/CustomActionsheet.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/kamarshad",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "CustomActionsheet": [
23       "Pod/Assets/*.png",
24       "Pod/**/*.xib"
25     ]
26   }