[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 2 / 7 / 0 / MMMSwitch / 0.1.0 / MMMSwitch.podspec.json
blob35ab93ea35da5fae0f55acb8ff9f683c0b9c3596
2   "name": "MMMSwitch",
3   "version": "0.1.0",
4   "summary": "A UISwitch Alternative that Supports Auto Layout, Resizing, and Visual Customization with Rich State Callback.",
5   "description": "                   **A `UISwitch` Alternative that Supports Auto Layout, Resizing, and Visual Customization with Rich State Callback.**\n\n`MMMSwitch` is a `UISwitch` alternative* that fully supports Auto Layout (meaning it responds appropriately to constraint-based layout changes), supports being arbitrarily sized and resized, supports visual customization, and has a rich callback method for state changes.\n\n*Not a `UISwitch` replacement -- it has good functional equivalency, but isn't guaranteed to be drop-in compatible with code that was using a `UISwitch` before.\n\n## Why Use It?\n\nThere are lots of great `UISwitch` replacements out there, so why create another one? Well, unlike the others out there, `MMMSwitch`:\n\n* Works great in Auto Layout environments\n  * It won't get distorted when it gets resized due to changing constraints or when it gets its size animated\n* Has a *rich state callback method* \n  * It can distinguish between all user-distinguishable states, so it can tell you whether it's completely off, or if, for instance, the user's pressing it down but has yet switched its state yet. \n  * Too much info for you? No problem -- just use the callback but check `MMMSwitch`'s `isOn` parameter inside of the callback and get the basic on/off info you want.\n",
6   "homepage": "https://github.com/mmccroskey/MMMSwitch/",
7   "screenshots": [
8     "http://f.cl.ly/items/2x123j0K3t471g3e0I0C/Screen%20Recording%202014-11-02%20at%2005.13%20PM.gif",
9     "http://cl.ly/image/042L0F381J3n/Screen%20Recording%202014-11-02%20at%2005.15%20PM.gif",
10     "http://f.cl.ly/items/2A1s0o2M193M3s310D3C/Screen%20Recording%202014-11-02%20at%2005.16%20PM.gif"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": "Matthew McCroskey",
17   "social_media_url": "http://twitter.com/mmccroskey",
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source": {
22     "git": "https://github.com/mmccroskey/MMMSwitch.git",
23     "tag": "0.1.0"
24   },
25   "source_files": [
26     "Pod",
27     "Pod/**/*.{h,m}"
28   ],
29   "requires_arc": true