[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / e / 8 / MSAddition / 0.1.2 / MSAddition.podspec.json
blob00d4346c57683a2cc55f3787af5d6efdd74bedef
2   "name": "MSAddition",
3   "version": "0.1.2",
4   "authors": {
5     "WezSieTato": "le0n.uo@gmail.com"
6   },
7   "homepage": "https://github.com/WezSieTato/MSAddition",
8   "summary": "Usefull categories with methods you can't find in SSToolkit.",
9   "description": "Usefull categories with methods you can't find in SSToolkit.\n Categories for:\n * NSObject\n * NSArray\n * NSMutableArray\n * NSDictionary\n * NSString\n * NSMutableString\n * NSDate\n * UIView\n * UIScrollView\n * UIFont\n * UIPageViewController",
10   "source": {
11     "git": "https://github.com/WezSieTato/MSAddition.git",
12     "tag": "v0.1.2"
13   },
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "7.0"
21   },
22   "ios": {
23     "frameworks": "UIKit",
24     "source_files": "MSAddition/*.{h,m}"
25   },
26   "osx": {
27     "source_files": [
28       "MSAddition/NS*.{h,m}",
29       "MSAddition/MSAddition.h"
30     ]
31   }