[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / b / 5 / SAMCategories / 0.3.1 / SAMCategories.podspec.json
blob9e1bc3c6b2c47c25ea238104b2f1dc193e2b8539
2   "name": "SAMCategories",
3   "version": "0.3.1",
4   "authors": {
5     "Sam Soffes": "sam@soff.es"
6   },
7   "homepage": "https://github.com/soffes/SAMCategories",
8   "summary": "Foundation and UIKit categories.",
9   "source": {
10     "git": "https://github.com/soffes/SAMCategories.git",
11     "tag": "v0.3.1"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "requires_arc": true,
18   "resources": "SAMCategories/SAMCategories.bundle",
19   "ios": {
20     "frameworks": [
21       "UIKit",
22       "CoreGraphics",
23       "QuartzCore"
24     ],
25     "source_files": "SAMCategories/**/*.{h,m}"
26   },
27   "osx": {
28     "source_files": "SAMCategories/Foundation/*.{h,m}"
29   }