[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / 2 / 9 / CCRuntime / 2.0.1 / CCRuntime.podspec.json
blobd6e7ca3cc8945d59aa206d46c526223c2fa78002
2   "name": "CCRuntime",
3   "version": "2.0.1",
4   "summary": "CCRuntime is an ObjC wrapper around the Objective-C runtime APIs.",
5   "description": "CCRuntime is an ObjC wrapper around the Objective-C runtime APIs,\nCCRuntime convert MAObjCRuntime for ARC.",
6   "homepage": "https://github.com/ccworld1000/CCRuntime",
7   "license": "BSD",
8   "authors": {
9     "CC": "ccworld1000@gmail.com"
10   },
11   "social_media_url": "https://github.com/ccworld1000",
12   "platforms": {
13     "ios": "7.0",
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/ccworld1000/CCRuntime.git",
18     "tag": "2.0.1"
19   },
20   "source_files": [
21     "CCRuntime",
22     "CCRuntime/**/*.{h,m}"
23   ],
24   "exclude_files": "Classes/Exclude",
25   "public_header_files": "CCRuntime/**/*.h",
26   "resources": "LICENSE*",
27   "requires_arc": true