[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 5 / 2 / MPSCategories / 0.1.0 / MPSCategories.podspec.json
blob10fb9eaa785aa142ddb6974e3c4ebd8276e36ad7
2   "name": "MPSCategories",
3   "version": "0.1.0",
4   "authors": {
5     "Matthew Strickland": "matthew@idlefusion.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "summary": "A collection of useful Categories that I use in everyday Objective-C development.",
16   "homepage": "https://github.com/mps/MPSCategories",
17   "source": {
18     "git": "https://github.com/mps/MPSCategories.git",
19     "tag": "0.1.0"
20   },
21   "ios": {
22     "frameworks": [
23       "UIKit",
24       "CoreGraphics",
25       "QuartzCore"
26     ],
27     "source_files": "MPSCategories/*.{h,m}"
28   },
29   "osx": {
30     "source_files": "MPSCategories/NS*.{h,m}"
31   }