[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 6 / c / 3 / MFExpandableMenu / 0.0.1 / MFExpandableMenu.podspec.json
blobd8d11ce6ec5ed57c6e606057fc51deb887930449
2   "name": "MFExpandableMenu",
3   "version": "0.0.1",
4   "summary": "An expandable menu for iOS 7 with transitions and styling",
5   "homepage": "https://github.com/pheuter/MFExpandableMenu",
6   "license": "MIT",
7   "authors": {
8     "Mark Fayngersh": "phunny.phacts@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pheuter/MFExpandableMenu.git",
12     "tag": "0.0.1"
13   },
14   "social_media_url": "https://twitter.com/pheuter",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "public_header_files": "Classes/**/*.h",
21   "dependencies": {
22     "Masonry": [
23       "~> 0.4.0"
24     ]
25   }