[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / c / 9 / RuntimeRoutines / 0.1.1 / RuntimeRoutines.podspec.json
blobf64cacec400113f52b3cd3a6b34e76bd4624a5ea
2   "name": "RuntimeRoutines",
3   "version": "0.1.1",
4   "summary": "A block-based way to access Objective-C runtime primitives",
5   "description": "RuntimeRoutines allows you to access classes, protocols,\nproperties, methods, attrbutes and many other with block-based syntax.",
6   "homepage": "https://github.com/ML-Works/RuntimeRoutines",
7   "license": "MIT",
8   "authors": {
9     "Anton Bukov": "k06aaa@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ML-Works/RuntimeRoutines.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/k06a",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*"