[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 8 / 5 / a / TCUTools / 1.0.5 / TCUTools.podspec.json
blob77c550f1b9f5b2fba5f5b57d3fc33e7789317437
2   "name": "TCUTools",
3   "version": "1.0.5",
4   "authors": {
5     "Töre Çağrı Uyar": "mail@toreuyar.net"
6   },
7   "license": {
8     "type": "MIT"
9   },
10   "homepage": "https://github.com/toreuyar/TCUTools",
11   "summary": "Helper classes for various needs coded on Objective-C, iOS.",
12   "source": {
13     "git": "https://github.com/toreuyar/TCUTools.git",
14     "tag": "1.0.5",
15     "submodules": true
16   },
17   "source_files": "*.{h,m}",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "xcconfig": {
27     "OTHER_LDFLAGS": "-lObjC"
28   }