[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / d / 3 / TCCopyableLabel / 1.0.1 / TCCopyableLabel.podspec.json
blobbac0cfe7724f694d2f567a642bcbfee9c4c431c6
2   "name": "TCCopyableLabel",
3   "version": "1.0.1",
4   "summary": "UILabel that can by copied to the clipboard by the user",
5   "homepage": "https://github.com/thibaultCha/TCCopyableLabel",
6   "license": "MIT",
7   "authors": {
8     "Thibault Charbonnier": "thibaultcha@me.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/thibaultCha/TCCopyableLabel.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "TCCopyableLabel/TCCopyableLabel/**/*.{h,m}",
18   "requires_arc": true,
19   "xcconfig": {
20     "OTHER_LDFLAGS": "-ObjC"
21   }