[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / b / 5 / SAMCategories / 0.2.0 / SAMCategories.podspec.json
blob5b6fd5c0a6ca4cc2d274b9fc4aebc7284f95a9dd
2   "name": "SAMCategories",
3   "version": "0.2.0",
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.2.0"
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   }