[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / e / 7 / 5 / BlockAlertsAnd-ActionSheets / 1.0.5 / BlockAlertsAnd-ActionSheets.podspec.json
blob15f0c432ebcbc72607aa83b637283480628e713a
2   "name": "BlockAlertsAnd-ActionSheets",
3   "version": "1.0.5",
4   "summary": "Beautifully done UIAlertView and UIActionSheet replacements inspired by TweetBot.",
5   "homepage": "https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets",
6   "license": "MIT",
7   "authors": {
8     "Gustavo Ambrozio": "",
9     "Barrett Jacobsen": "admin@barrettj.com",
10     "Jose Santiago Jr": ""
11   },
12   "source": {
13     "git": "https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets.git",
14     "tag": "1.0.5"
15   },
16   "platforms": {
17     "ios": "4.3"
18   },
19   "source_files": [
20     "BlockAlertsDemo/ToAddToYourProjects/BlockActionSheet.{h,m}",
21     "BlockAlertsDemo/ToAddToYourProjects/BlockAlertView.{h,m}",
22     "BlockAlertsDemo/ToAddToYourProjects/BlockBackground.{h,m}",
23     "BlockAlertsDemo/ToAddToYourProjects/BlockTextPromptAlertView.{h,m}",
24     "BlockAlertsDemo/ProjectSpecific/BlockUI.h"
25   ],
26   "resources": [
27     "BlockAlertsDemo/images/*.png",
28     "BlockAlertsDemo/images/ActionSheet/*.png",
29     "BlockAlertsDemo/images/AlertView/*.png"
30   ],
31   "requires_arc": false,
32   "subspecs": [
33     {
34       "name": "TableAlertView",
35       "source_files": "BlockAlertsDemo/ToAddToYourProjects/BlockTableAlertView.{h,m}"
36     }
37   ]