[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / a / f / LazyProperty / 1.0.0 / LazyProperty.podspec.json
blob7026057861fca7994d0118a1f46c6bbfe49b2f2d
2   "name": "LazyProperty",
3   "version": "1.0.0",
4   "summary": "One line lazy property definition, with auto triggering, custom selectors",
5   "description": "\t  \t\t\t\tOne line lazy property definition, with auto triggering, custom selectors\n\t\t\t\t\tARC only, XCode 4.4 minimum (For auto synthesized properties)\n\n\t\t\t\t\tDealing with lazy properties can be cumbersome sometimes, copy/pasting same code again and again.\n\t\t\t\t\tThis code can be disturbing when reading source file.\n\t\t\t\t\tSometimes, you have to execute some code on property initialisation.\n",
6   "homepage": "https://github.com/nicolasgoutaland/LazyProperty",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nicolasgoutaland": "nicolas.goutaland@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nicolasgoutaland/LazyProperty.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true