[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / e / a / SFSCollectionMenu / 0.2.0 / SFSCollectionMenu.podspec.json
blob125b76aa03751bdd764f0ad96165d06a6da35160
2   "name": "SFSCollectionMenu",
3   "version": "0.2.0",
4   "summary": "An open-source menu control for iOS utilizing UICollectionView layout.",
5   "description": "SFSCollectionMenu is an open-source control for a UICollectionView-based menu. SFSCollectionMenu is designed for iOS 7, and is ARC-compliant. It works by utilizing a delegate pattern to allow you, the developer, the implement it easily and add your own code to customize its appearance and behavior.",
6   "homepage": "http://sixfivesoftware.com/blog/2013/9/20/SFSCollectionMenu",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BJ Miller": "bj@sixfivesoftware.com"
13   },
14   "source": {
15     "git": "https://github.com/SixFiveSoftware/SFSCollectionMenu.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": [
22     "SFSCollectionMenuController.*{h,m}",
23     "SFSCircleLayout.*{h,m}",
24     "SFSMenuCell.*{h,m}",
25     "UIImage+ImageEffects.*{h,m}"
26   ],
27   "frameworks": [
28     "Accelerate",
29     "QuartzCore",
30     "AVFoundation"
31   ],
32   "compiler_flags": "-fmodules",
33   "requires_arc": true