[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / e / 8 / MSAddition / 0.1.0 / MSAddition.podspec.json
blobc4ad37c3b9739df2acff0c42326dc13f45037348
2   "name": "MSAddition",
3   "version": "0.1.0",
4   "summary": "Usefull categories with methods you can't find in SSToolkit.",
5   "description": "Usefull categories with methods you can't find in SSToolkit.\n Categories for:\n * NSObject\n * NSArray\n * NSDictionary\n * NSString\n * NSMutableString\n * NSDate\n * UIView",
6   "homepage": "https://github.com/WezSieTato/MSAddition",
7   "license": "MIT",
8   "authors": {
9     "WezSieTato": "le0n.uo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/WezSieTato/MSAddition.git",
13     "tag": "v0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "ios": {
20     "frameworks": "UIKit",
21     "source_files": "Pod/Classes/**/*.{h,m}"
22   },
23   "osx": {
24     "source_files": "Pod/Classes/**/NS*.{h,m}Pod/Classes/**/MSAddition.h"
25   },
26   "resource_bundles": {
27     "MSAddition": [
28       "Pod/Assets/*.png"
29     ]
30   }