[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 1 / 6 / libObjCAttr / 1.3.5 / libObjCAttr.podspec.json
blob4bc0592af95118cce9a071eab4e9614196ae2869
2   "name": "libObjCAttr",
3   "version": "1.3.5",
4   "summary": "Attribute-oriented programming library & tooling for iOS and OSX.",
5   "description": "                       Library implements [Attribute-Oriented Programming](https://en.wikipedia.org/wiki/Attribute-oriented_programming) paradigm in Objective-C. It allows to add various metadata to the class, each method, property or ivar of the class.\n",
6   "homepage": "https://github.com/epam/lib-obj-c-attr",
7   "license": "BSD-3",
8   "authors": {
9     "EPAM Systems, Inc": "SupportROAD@epam.com"
10   },
11   "source": {
12     "git": "https://github.com/epam/lib-obj-c-attr.git",
13     "tag": "1.3.5"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "libObjCAttr/**/*.{h,m}",
22     "libObjCAttr/Resources/*",
23     "tools/binaries/*"
24   ],
25   "public_header_files": "libObjCAttr/**/*.h",
26   "header_dir": "ROAD",
27   "preserve_paths": [
28     "libObjCAttr/Resources/*",
29     "tools/binaries/ROADAttributesCodeGenerator"
30   ],
31   "social_media_url": "https://twitter.com/libobjcattr"