[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 9 / 8 / 7 / TSValidatedTextField / 1.0.0 / TSValidatedTextField.podspec.json
blob9b7ea67a022b950b50c67e0a70771b48c97d44bd
2   "name": "TSValidatedTextField",
3   "version": "1.0.0",
4   "summary": "Simple and ready to use subclass of UITextField which uses NSRegularExpression to validate text with pattern you set.",
5   "homepage": "http://github.com/tomkowz/TSValidatedTextField",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tomasz Szulc": "szulctomasz@me.com"
12   },
13   "social_media_url": "http://twitter.com/tomkowz",
14   "source": {
15     "git": "https://github.com/tomkowz/TSValidatedTextField.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "Classes/*",
22   "requires_arc": true