[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 4 / a / 9 / ClassProperty / 1.0.0 / ClassProperty.podspec.json
blobaa97005ba5e122b25c0618e3e9ec1f99c71b0758
2   "name": "ClassProperty",
3   "version": "1.0.0",
4   "summary": "Code to fetch all the instance variables and its corresponding type for an Objective-C Class (using Objective-C runtime)",
5   "homepage": "https://github.com/emailatravi/ClassProperty",
6   "license": "MIT",
7   "authors": {
8     "Ravi Prakash Sahu": "emailatravi@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/emailatravi/ClassProperty.git",
12     "tag": "1.0.0"
13   },
14   "social_media_url": "https://twitter.com/emailatravi",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": "Foundation"