[Add] LLUnionPaySDK 1.3.8
[CocoaPods.git] / Specs / c / e / 9 / MYSCategoryProperties / 0.0.3 / MYSCategoryProperties.podspec.json
blob78c8ee7ae9b562185e1306a5e4073bd4e3f83aee
2   "name": "MYSCategoryProperties",
3   "version": "0.0.3",
4   "summary": "Quickly add properties to categories using runtime associations.",
5   "description": "                   Quickly add properties to categories using runtime associations.\n                   * Only implements getters and setters for dynamic properties.\n                   * Only implements setters for properties not marked as `readonly`.\n                   * Names getters and setters automatically unless the property declaration specifies customer getter/setter names.\n                   * It is **highly** recommended that you prefix your category methods with a 3 letter prefix (e.g. 'mys').\n",
6   "homepage": "https://github.com/mysterioustrousers/MYSCategoryProperties",
7   "license": "MIT",
8   "authors": {
9     "Adam Kirk": "atomkirk@gmail.com"
10   },
11   "platforms": {
12     "ios": "5.0",
13     "osx": "10.6"
14   },
15   "source": {
16     "git": "https://github.com/mysterioustrousers/MYSCategoryProperties.git",
17     "tag": "0.0.3"
18   },
19   "source_files": "MYSCategoryProperties/MYSCategoryProperties.{h,m}",
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "dependencies": {
23     "MYSRuntime": [
24       "~> 0.0.2"
25     ]
26   }